Explorar el Código

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

outaozhen hace 5 años
padre
commit
e2acb02887
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  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' }}