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