Kaynağa Gözat

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

outaozhen 5 yıl önce
ebeveyn
işleme
e2acb02887

+ 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' }}