outaozhen 4 lat temu
rodzic
commit
bf4589576a

+ 2 - 2
src/pages/Customer/Company/components/CompanyDetail/TabList.jsx

@@ -147,7 +147,7 @@ const CompanyTabList = ({
       title: '所有部门',
       dataIndex: 'department',
       onFilter: true,
-      width: 100,
+      width: 120,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -162,7 +162,7 @@ const CompanyTabList = ({
     {
       title: '姓名',
       dataIndex: 'clientName',
-      width: 80,
+      // width: 80,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },