Browse Source

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

luocong2016 2 năm trước cách đây
mục cha
commit
085929a9c0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
       });