缩小表单尺寸

This commit is contained in:
砂糖
2025-08-25 11:46:03 +08:00
parent 421a856767
commit 819d3d2e59
38 changed files with 329 additions and 95 deletions

View File

@@ -86,6 +86,7 @@
& .theme-dark .is-active > .el-submenu__title {
color: $base-menu-color-active !important;
// border-right: 3px solid $base-menu-color-active !important;
}
& .nest-menu .el-submenu>.el-submenu__title,
@@ -225,3 +226,7 @@
}
}
}
.el-menu-item.is-active {
border-left: 4px solid !important;
}