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

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