|
@@ -147,7 +147,7 @@ const CompanyTabList = ({
|
|
|
title: '所有部门',
|
|
title: '所有部门',
|
|
|
dataIndex: 'department',
|
|
dataIndex: 'department',
|
|
|
onFilter: true,
|
|
onFilter: true,
|
|
|
- width: '18%',
|
|
|
|
|
|
|
+ width: 100,
|
|
|
headerCellStyle: {
|
|
headerCellStyle: {
|
|
|
backgroundColor: '#fafafa'
|
|
backgroundColor: '#fafafa'
|
|
|
},
|
|
},
|
|
@@ -180,7 +180,7 @@ const CompanyTabList = ({
|
|
|
{
|
|
{
|
|
|
title: '昵称',
|
|
title: '昵称',
|
|
|
dataIndex: 'niceName',
|
|
dataIndex: 'niceName',
|
|
|
- width: '18%',
|
|
|
|
|
|
|
+ width: 110,
|
|
|
headerCellStyle: {
|
|
headerCellStyle: {
|
|
|
backgroundColor: '#fafafa'
|
|
backgroundColor: '#fafafa'
|
|
|
},
|
|
},
|