outaozhen 4 年之前
父節點
當前提交
4f068faa82
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/Customer/Company/components/CompanyDetail/TabList.jsx

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

@@ -147,7 +147,7 @@ const CompanyTabList = ({
       title: '所有部门',
       dataIndex: 'department',
       onFilter: true,
-      width: '18%',
+      width: 100,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -180,7 +180,7 @@ const CompanyTabList = ({
     {
       title: '昵称',
       dataIndex: 'niceName',
-      width: '18%',
+      width: 110,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },