update table height

This commit is contained in:
2022-09-01 09:30:44 +08:00
parent 2df5897f3d
commit cfa1cca44a
32 changed files with 34 additions and 34 deletions

View File

@@ -7,7 +7,7 @@
:is="require('../../base-table/index.vue').default"
:table-head-configs="filterTableConfigs()"
:data="dataList"
:max-height="500"
:max-height="calcMaxHeight(8)"
@operate-event="handleOperations"
/>
<el-pagination