Просмотр исходного кода

Merge branch 'master' of http://192.168.1.41:3000/outaozhen/cldV2react

outaozhen 5 лет назад
Родитель
Сommit
e2acb02887
2 измененных файлов с 4 добавлено и 2 удалено
  1. 2 1
      src/pages/Customer/Company/index.jsx
  2. 2 1
      src/pages/Customer/Contact/index.jsx

+ 2 - 1
src/pages/Customer/Company/index.jsx

@@ -439,7 +439,8 @@ const Company = props => {
       }}
       rowSelection={{
         onChange: hanleRowSelectChange,
-        type: 'checkbox'
+        type: 'checkbox',
+        columnWidth: 25
       }}
       tableAlertRender={renderTableAlert}
       scroll={getScrollRef}

+ 2 - 1
src/pages/Customer/Contact/index.jsx

@@ -539,7 +539,8 @@ const Contact = props => {
         tableAlertRender={renderTableAlert}
         rowSelection={{
           onChange: hanleRowSelectChange,
-          type: 'checkbox'
+          type: 'checkbox',
+          columnWidth: 25
         }}
         // search={false}
         search={{ filterType: 'light' }}