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

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

@@ -177,7 +177,7 @@ const CompanyTabList = ({
     {
     {
       title: '昵称',
       title: '昵称',
       dataIndex: 'niceName',
       dataIndex: 'niceName',
-      width: 80,
+      // width: 80,
       headerCellStyle: {
       headerCellStyle: {
         backgroundColor: '#fafafa'
         backgroundColor: '#fafafa'
       },
       },
@@ -186,7 +186,7 @@ const CompanyTabList = ({
     {
     {
       title: '手机',
       title: '手机',
       dataIndex: 'telephone',
       dataIndex: 'telephone',
-      width: 110,
+      // width: 110,
       ellipsis: true,
       ellipsis: true,
       headerCellStyle: {
       headerCellStyle: {
         backgroundColor: '#fafafa'
         backgroundColor: '#fafafa'
@@ -196,7 +196,7 @@ const CompanyTabList = ({
     {
     {
       title: 'QQ',
       title: 'QQ',
       dataIndex: 'qq',
       dataIndex: 'qq',
-      width: 100,
+      // width: 100,
       ellipsis: true,
       ellipsis: true,
       headerCellStyle: {
       headerCellStyle: {
         backgroundColor: '#fafafa'
         backgroundColor: '#fafafa'