Browse Source

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

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

1
src/views/demo/page/form/high/PersonTable.vue

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

Loading…
Cancel
Save