feat: 表格中增加比较多的列,复现表格错位问题

This commit is contained in:
zuihou 2022-07-13 18:37:05 +08:00
parent c001535b56
commit a753eb35cb
1 changed files with 21 additions and 0 deletions

View File

@ -70,12 +70,33 @@
{ {
title: '姓名', title: '姓名',
dataIndex: 'name', dataIndex: 'name',
width: 200,
auth: 'test', // : auth: 'test', // :
}, },
{ {
title: '状态', title: '状态',
dataIndex: 'status', dataIndex: 'status',
}, },
{
title: '状态1',
dataIndex: 'status1',
},
{
title: '状态2',
dataIndex: 'status2',
},
{
title: '状态3',
dataIndex: 'status3',
},
{
title: '状态4',
dataIndex: 'status4',
},
{
title: '状态5',
dataIndex: 'status5',
},
{ {
title: '地址', title: '地址',
dataIndex: 'address', dataIndex: 'address',