style: normalize CSS selector spacing

This commit is contained in:
Cheng Zhou
2026-03-27 15:22:48 +08:00
parent 8bec268a5b
commit d8c5413b26
2 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -380,7 +380,7 @@ body {
background: transparent;
}
.ctms-table-card > .el-card__body {
.ctms-table-card>.el-card__body {
padding: 0;
}
@@ -538,4 +538,4 @@ body {
/* ElMessageBox / ElDialog 遮罩层:左侧偏移侧边栏宽度,只覆盖主内容区域 */
.el-overlay {
left: var(--ctms-sidebar-width, 0px) !important;
}
}