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