feat:更新侧边导航,修改密码等

This commit is contained in:
leilei
2025-10-20 17:41:54 +08:00
parent db72ea9f33
commit e0001ba430
59 changed files with 10434 additions and 775 deletions

View File

@@ -1,4 +1,5 @@
$menu-bg-color: #8290f0;
// $menu-bg-color: #8290f0;
$menu-bg-color: #434343;
#app {
.main-container {
@@ -92,12 +93,12 @@ $menu-bg-color: #8290f0;
.sub-menu-title-noDropdown,
.el-sub-menu__title {
&:hover {
background-color: #c4cbf3 !important;
background-color: #e5e5e5 !important;
}
}
.el-menu-item:hover {
background-color: #c4cbf3 !important;
background-color: #e5e5e5 !important;
}
& .theme-dark .is-active>.el-sub-menu__title {
@@ -109,7 +110,7 @@ $menu-bg-color: #8290f0;
min-width: $base-sidebar-width !important;
&:hover {
background-color: #c4cbf3 !important;
background-color: #e5e5e5 !important;
}
}