able列表优化列间距、服务器管理详情添加出省流量统计标签页
This commit is contained in:
@@ -169,9 +169,9 @@
|
||||
config: {
|
||||
type: Object,
|
||||
default: () => ({
|
||||
colHiddenCheck: false,
|
||||
colTopHiddenIcon: false,
|
||||
currentSel: false,
|
||||
colHiddenCheck: false, // 是否隐藏多选框,默认不隐藏
|
||||
colTopHiddenIcon: false, // 是否隐藏列表右上方三个按钮,默认不隐藏
|
||||
currentSel: false, // 是否高亮当前行,默认不高亮
|
||||
})
|
||||
}
|
||||
},
|
||||
@@ -559,14 +559,6 @@
|
||||
padding-left: 2px!important;
|
||||
padding-right: 2px!important;
|
||||
}
|
||||
::v-deep .el-table th.el-table__cell > .cell {
|
||||
padding-left: 2px!important;
|
||||
padding-right: 2px!important;
|
||||
}
|
||||
::v-deep .el-table .cell {
|
||||
padding-left: 0px!important;
|
||||
padding-right: 0px!important;
|
||||
}
|
||||
::v-deep .el-button + .el-button {
|
||||
margin-left: 5px!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user