mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-25 16:16:20 +08:00
feat: 复现:表格中增加比较多的列,且加了rowSelection后,表格错位问题
This commit is contained in:
@@ -123,6 +123,10 @@
|
||||
api: demoListApi,
|
||||
columns: columns,
|
||||
bordered: true,
|
||||
rowKey: 'id',
|
||||
rowSelection: {
|
||||
type: 'checkbox',
|
||||
},
|
||||
actionColumn: {
|
||||
width: 250,
|
||||
title: 'Action',
|
||||
|
Reference in New Issue
Block a user