Procházet zdrojové kódy

fix: 单位详情表格table宽度调整

outaozhen před 4 roky
rodič
revize
49c37b223b

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

@@ -121,7 +121,7 @@ const CompanyTabList = ({
     {
       title: '优先级',
       dataIndex: 'priority',
-      width: 80,
+      width: 90,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -147,7 +147,7 @@ const CompanyTabList = ({
       title: '所有部门',
       dataIndex: 'department',
       onFilter: true,
-      // width: 100,
+      width: 100,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -162,7 +162,7 @@ const CompanyTabList = ({
     {
       title: '姓名',
       dataIndex: 'clientName',
-      width: 85,
+      width: 80,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -177,7 +177,7 @@ const CompanyTabList = ({
     {
       title: '昵称',
       dataIndex: 'niceName',
-      width: 85,
+      width: 80,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -186,7 +186,7 @@ const CompanyTabList = ({
     {
       title: '手机',
       dataIndex: 'telephone',
-      width: 130,
+      width: 110,
       ellipsis: true,
       headerCellStyle: {
         backgroundColor: '#fafafa'
@@ -196,7 +196,7 @@ const CompanyTabList = ({
     {
       title: 'QQ',
       dataIndex: 'qq',
-      width: 120,
+      width: 100,
       ellipsis: true,
       headerCellStyle: {
         backgroundColor: '#fafafa'