瀏覽代碼

fix: table 高度消失 (#2572)

luocong2016 2 年之前
父節點
當前提交
fb73be0928
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,
       });