feat: 滚动条统一,除asset列表、dashboard里的table外

This commit is contained in:
陈劲松
2020-02-27 21:57:54 +08:00
parent addcac8a96
commit 456c11cd86
13 changed files with 95 additions and 7 deletions

View File

@@ -120,6 +120,7 @@
border
class="nz-table"
height="calc(100% - 160px)"
v-scrollBar:el-table
style="width: 100%;">
<el-table-column
:resizable="false"
@@ -211,6 +212,7 @@
v-loading="queryEdpLoading"
:data="showTableData"
border
v-scrollBar:el-table
class="nz-table"
:header-cell-class-name="cellClass"
height="calc(100% - 110px)"