outaozhen 4 سال پیش
والد
کامیت
374a0459d1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/pages/Customer/Company/components/CompanyDetail/TabList.jsx

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

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