outaozhen 4 лет назад
Родитель
Сommit
7f76e82fe0
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/pages/Customer/Company/components/CompanyDetail/TabList.jsx

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

@@ -147,7 +147,7 @@ const CompanyTabList = ({
       title: '所有部门',
       dataIndex: 'department',
       onFilter: true,
-      width: 100,
+      // width: 100,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -186,7 +186,7 @@ const CompanyTabList = ({
     {
       title: '手机',
       dataIndex: 'telephone',
-      // width: '20%',
+      width: 120,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -195,7 +195,7 @@ const CompanyTabList = ({
     {
       title: 'QQ',
       dataIndex: 'qq',
-      // width: '20%',
+      width: 120,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },