feat: 复现:表格中增加比较多的列,且加了rowSelection后,表格错位问题
This commit is contained in:
parent
a753eb35cb
commit
b9dee8595f
|
|
@ -123,6 +123,10 @@
|
||||||
api: demoListApi,
|
api: demoListApi,
|
||||||
columns: columns,
|
columns: columns,
|
||||||
bordered: true,
|
bordered: true,
|
||||||
|
rowKey: 'id',
|
||||||
|
rowSelection: {
|
||||||
|
type: 'checkbox',
|
||||||
|
},
|
||||||
actionColumn: {
|
actionColumn: {
|
||||||
width: 250,
|
width: 250,
|
||||||
title: 'Action',
|
title: 'Action',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue