able列表优化列间距、服务器管理详情添加出省流量统计标签页

This commit is contained in:
康冉冉
2026-02-10 18:13:24 +08:00
parent 8bfa06b99a
commit e2bbb67faa
5 changed files with 103 additions and 78 deletions
+3 -11
View File
@@ -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;
}