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