perf: 全局调整
1.所有表格表头阴影效果取消 2.header区域高度缩小为50px 3.缩小左侧菜单宽度为200px 4.减小部分margin,padding,
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user