Browse Source

fix: table 高度消失 (#2572)

pull/2575/head
luocong2016 3 years ago
committed by GitHub
parent
commit
fb73be0928
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/views/demo/page/form/high/PersonTable.vue

2
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,
});

Loading…
Cancel
Save