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

@@ -30,13 +30,12 @@
<!-- end搜素框-->
<!-- begin--表格-->
<el-scrollbar class="right-box-form-box">
<div class="right-box-form-box">
<el-table
class="nz-table"
:height="mainTableHeight"
style="width: 100%;"
:data="tableData"
v-scrollBar:el-table="'large'"
border
v-loading="loading"
tooltip-effect="light"
@@ -95,7 +94,7 @@
</template>
</el-table-column>
</el-table>
</el-scrollbar>
</div>
<!-- end--表格-->
<!--底部分頁-->