计算选择展示列高度,支持滚动

This commit is contained in:
暮光:城中城
2021-09-26 22:02:40 +08:00
parent b82f6ae2e0
commit 59764b69b8
5 changed files with 4 additions and 4 deletions

View File

@@ -131,7 +131,7 @@
</el-col>
</el-row>
</div>
<div style="">
<div style="overflow: auto; height: calc(100vh - 50px);">
<el-tree ref="showColumnTree" node-key="name" :props="showColumnProps" :data="tableDataColumns" check-on-click-node show-checkbox
@check-change="tableDataColumnsCheckChange">
</el-tree>