计算选择展示列高度,支持滚动
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user