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

@@ -10,7 +10,7 @@
</el-form-item>
</el-form>
<base-table :data="dataList" :table-head-configs="tableConfigs" :max-height="500" @operate-event="handleOperations" @refreshDataList="getDataList" />
<base-table :data="dataList" :table-head-configs="tableConfigs" :max-height="calcMaxHeight(8)" @operate-event="handleOperations" @refreshDataList="getDataList" />
<el-pagination
@size-change="sizeChangeHandle"
@current-change="currentChangeHandle"