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

@@ -69,7 +69,7 @@
<base-table
:data="eqList"
:table-head-configs="tableProps"
:max-height="500"
:max-height="calcMaxHeight(8)"
@operate-event="handleOperations"
@refreshDataList="getDataList"
/>