outaozhen 4 anos atrás
pai
commit
fb2367d412

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

@@ -186,7 +186,8 @@ const CompanyTabList = ({
     {
       title: '手机',
       dataIndex: 'telephone',
-      width: 120,
+      width: 130,
+      ellipsis: true,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },
@@ -196,6 +197,7 @@ const CompanyTabList = ({
       title: 'QQ',
       dataIndex: 'qq',
       width: 120,
+      ellipsis: true,
       headerCellStyle: {
         backgroundColor: '#fafafa'
       },