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

@@ -31,7 +31,7 @@
</template>
</el-table-column>
</el-table> -->
<base-table :data="dataList" :table-head-configs="tableConfigs" :max-height="500" />
<base-table :data="dataList" :table-head-configs="tableConfigs" :max-height="calcMaxHeight(8)" />
<el-pagination
@size-change="sizeChangeHandle"
@current-change="currentChangeHandle"