Merge branch 'main' into pages

This commit is contained in:
xiaoxian521
2025-04-17 14:45:23 +08:00
2 changed files with 22 additions and 10 deletions

View File

@@ -667,6 +667,10 @@ body[layout="horizontal"] {
@include merge-style($sideBarWidth);
.el-menu {
--el-menu-hover-text-color: var(--pure-theme-menu-text) !important;
}
.fixed-header,
.main-container {
transition: none !important;
@@ -688,6 +692,7 @@ body[layout="mix"] {
.el-menu {
--el-menu-hover-bg-color: transparent !important;
--el-menu-hover-text-color: var(--pure-theme-menu-text) !important;
}
.hideSidebar {