This commit is contained in:
2026-07-27 17:19:36 +08:00
parent e50d1b8fda
commit 1c7532e0de
132 changed files with 7066 additions and 1241 deletions

View File

@@ -33,3 +33,50 @@
//beautiful
@use './beautiful.scss';
.theme-white,
.theme-star,
.theme-vip,
.theme-d2,
.theme-bule,
.theme-iview,
.theme-go,
.theme-hey,
.theme-dark,
.theme-lte,
.theme-cool,
.theme-beautiful {
.avue-logo {
background: var(--el-color-primary) !important;
background-color: var(--el-color-primary) !important;
color: #fff;
.avue-logo_title,
.avue-logo_subtitle,
.logo-title {
color: #fff;
background-image: none;
-webkit-text-fill-color: #fff;
}
}
}
.avue-layout:not(.avue-layout--horizontal) {
.avue-sidebar {
.el-menu-item,
.el-sub-menu__title {
&.is-active {
background-color: #E6EAED !important;
&::before {
display: none !important;
}
i,
span {
color: #333 !important;
}
}
}
}
}