perf: 滚动条替换和toTop替换

This commit is contained in:
陈劲松
2020-12-14 20:25:24 +08:00
committed by chenjinsong
parent 2ea0b88989
commit 0764dcdd56
76 changed files with 480 additions and 1368 deletions

View File

@@ -29,7 +29,7 @@
<!--内容-->
<div class="overview-content">
<el-scrollbar style="height: 100%" ref="overviewScrollbar" class="column-flex">
<div class="column-flex" ref="overviewScrollbar" style="height: 100%; overflow: auto;">
<div class="content-row-box" style="flex: 1;height: 100%;">
<div class="content-col-box " style="flex:3;" >
<table-box :pop-data="assetStatData" ref="assetTab" ></table-box>
@@ -84,7 +84,7 @@
<table-box :pop-data="alertRuleStatData" ref="alertRuleTab"></table-box>
</div>
</div>
</el-scrollbar>
</div>
</div>
</div>
</left-menu>