This commit is contained in:
sjl
2025-03-17 13:17:12 +08:00
parent 0d2f8a7788
commit 630eb48d28
7 changed files with 49 additions and 15 deletions

View File

@@ -39,7 +39,9 @@
}
.el-menu-item:hover {
color: #fff; //一级导航划过颜色
background-color: #5274a5 !important; //一级导航划过背景色
//background-color: #5274a5 !important; //一级导航划过背景色
background-color: #7588e5 !important;
}
.el-sub-menu__hide-arrow {
width: 65px;
@@ -47,7 +49,9 @@
}
.el-menu-item.is-active {
color: #fff !important; //一级导航文字选中颜色
background-color: #5274a5 !important; //一级导航选中背景色
//background-color: #5274a5 !important; //一级导航选中背景色
background-color: #7588e5 !important;
border-bottom: 0 !important;
}
.el-sub-menu__title {
@@ -67,7 +71,9 @@
color: #fff !important; //二级导航文字选中颜色
// background-color: var(--el-color-primary) !important;
// background-color: #5274a5 !important;//二级导航选中背景色
background-color: #5274a5 !important;
background-color: #7588e5 !important;
border-bottom-color: var(--el-color-primary) !important;
}
}