Browse Source

fix: table 高度消失 (#2572)

luocong2016 2 years ago
parent
commit
fb73be0928
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/demo/page/form/high/PersonTable.vue

+ 1 - 1
src/views/demo/page/form/high/PersonTable.vue

@@ -68,8 +68,8 @@
           title: '操作',
           title: '操作',
           dataIndex: 'action',
           dataIndex: 'action',
           // slots: { customRender: 'action' },
           // slots: { customRender: 'action' },
-          scroll: { y: '100%' },
         },
         },
+        scroll: { y: '100%' },
         pagination: false,
         pagination: false,
       });
       });