瀏覽代碼

fix<table>: 高度丢失 (#2527)

luocong2016 2 年之前
父節點
當前提交
085929a9c0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/demo/page/form/high/PersonTable.vue

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

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