Browse Source

fix: table 高度消失 (#2572)

luocong2016 2 năm trước cách đây
mục cha
commit
fb73be0928
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: '操作',
           dataIndex: 'action',
           // slots: { customRender: 'action' },
-          scroll: { y: '100%' },
         },
+        scroll: { y: '100%' },
         pagination: false,
       });