perf: 全局调整

1.所有表格表头阴影效果取消
2.header区域高度缩小为50px
3.缩小左侧菜单宽度为200px
4.减小部分margin,padding,
This commit is contained in:
陈劲松
2020-02-14 18:01:48 +08:00
parent 0324219e40
commit f74e388dab
19 changed files with 106 additions and 66 deletions

View File

@@ -53,7 +53,7 @@
:data="metricsTableData"
class="nz-table"
border
height="calc(100% - 195px)"
height="calc(100% - 160px)"
style="width: 100%;">
<el-table-column
:resizable="false"
@@ -96,7 +96,7 @@
:data="endpointTableData"
border
class="nz-table"
height="calc(100% - 195px)"
height="calc(100% - 160px)"
style="width: 100%;">
<el-table-column
:resizable="false"
@@ -190,7 +190,7 @@
border
class="nz-table"
:header-cell-class-name="cellClass"
height="calc(100% - 65px)"
height="calc(100% - 110px)"
@select="selectRow"
style="width: 100%;">
<el-table-column