This commit is contained in:
zhutianqi
2021-10-12 10:06:09 +08:00
parent a683c60276
commit 344df35614
5 changed files with 19 additions and 7 deletions
+12 -2
View File
@@ -14,8 +14,8 @@
<el-menu
unique-opened
:default-active="defaultActive"
background-color="#013483"
text-color="#000"
background-color="#5ea9f6"
text-color="#fff"
active-text-color="#ffd04b"
router
:collapse="isCollapse"
@@ -544,6 +544,16 @@
.nav-menu::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
.nav-menu-popper .el-menu .el-menu-item.is-active {
background-color: #fff !important;
color: #5ea9f6 !important;
font-weight: bold;
}
.nav-menu-popper .el-menu .el-menu-item:hover {
background-color: #fff !important;
color: #5ea9f6 !important;
font-weight: bold;
}
.el-menu-item {
padding: 0 16px !important;
span {