Commit b9dee8595fd32d9236fa7fc649c962cae6ab6fac

Authored by zuihou
1 parent a753eb35

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

src/views/demo/table/AuthColumn.vue
... ... @@ -123,6 +123,10 @@
123 123 api: demoListApi,
124 124 columns: columns,
125 125 bordered: true,
  126 + rowKey: 'id',
  127 + rowSelection: {
  128 + type: 'checkbox',
  129 + },
126 130 actionColumn: {
127 131 width: 250,
128 132 title: 'Action',
... ...