Commit 085929a9c0ea54c8035ff439a1de23e418c57b25

Authored by luocong2016
Committed by GitHub
1 parent de4eaddf

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

src/views/demo/page/form/high/PersonTable.vue
@@ -68,6 +68,7 @@ @@ -68,6 +68,7 @@
68 title: '操作', 68 title: '操作',
69 dataIndex: 'action', 69 dataIndex: 'action',
70 // slots: { customRender: 'action' }, 70 // slots: { customRender: 'action' },
  71 + scroll: { y: '100%' },
71 }, 72 },
72 pagination: false, 73 pagination: false,
73 }); 74 });