Commit fb73be0928b5e2663948f8bfb26f98e3ba4686c3

Authored by luocong2016
Committed by GitHub
1 parent c2a15915

fix: table 高度消失 (#2572)

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