perf: 调整列表页表格的高度,调整panel顶部工具栏左侧位置

This commit is contained in:
陈劲松
2020-03-04 21:27:41 +08:00
parent 06bb5423d9
commit 66ec1dc0d1
12 changed files with 26 additions and 21 deletions

View File

@@ -119,7 +119,7 @@
:data="endpointTableData"
border
class="nz-table"
height="calc(100% - 138px)"
height="calc(100% - 125px)"
v-scrollBar:el-table
style="width: 100%;">
<el-table-column
@@ -215,7 +215,7 @@
v-scrollBar:el-table
class="nz-table"
:header-cell-class-name="cellClass"
height="calc(100% - 110px)"
height="calc(100% - 92px)"
@selection-change="selectChange"
ref="metricInfoTab"
style="width: 100%;">