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

@@ -35,7 +35,7 @@
</div>
</div>
</div>
<el-table :data="tableData" border height="calc(100% - 195px)" style="width: 100%;" class="nz-table">
<el-table :data="tableData" border height="calc(100% - 160px)" style="width: 100%;" class="nz-table">
<el-table-column :resizable="false" v-for="(item, index) in tablelable" v-if="item.show" :width="item.width"
:key="`col-${index}`" :label="item.label">
<template slot="header" slot-scope="scope">