|
@@ -196,9 +196,9 @@
|
|
|
|
|
|
.is-active > .el-sub-menu__title,
|
|
.is-active > .el-sub-menu__title,
|
|
.is-active.submenu-title-noDropdown {
|
|
.is-active.submenu-title-noDropdown {
|
|
- color: $menuText !important;
|
|
|
|
|
|
+ // color: $menuText !important;
|
|
|
|
+ color: black !important;
|
|
|
|
|
|
- // border: 1px solid red;
|
|
|
|
i {
|
|
i {
|
|
color: $menuText !important;
|
|
color: $menuText !important;
|
|
}
|
|
}
|
|
@@ -266,7 +266,7 @@
|
|
font-size: 14px !important;
|
|
font-size: 14px !important;
|
|
|
|
|
|
// color: #fff;
|
|
// color: #fff;
|
|
- color: #266fe8 !important;
|
|
|
|
|
|
+ color: blue !important;
|
|
}
|
|
}
|
|
|
|
|
|
.is-active.submenu-title-noDropdown.outer-most::before {
|
|
.is-active.submenu-title-noDropdown.outer-most::before {
|
|
@@ -325,7 +325,9 @@
|
|
.el-sub-menu__title {
|
|
.el-sub-menu__title {
|
|
height: 50px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
line-height: 50px;
|
|
- color: $menuText;
|
|
|
|
|
|
+
|
|
|
|
+ // color: $menuText;
|
|
|
|
+ color: black;
|
|
background-color: $subMenuBg;
|
|
background-color: $subMenuBg;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
@@ -340,7 +342,9 @@
|
|
|
|
|
|
.el-menu-item.is-active.nest-menu > * {
|
|
.el-menu-item.is-active.nest-menu > * {
|
|
z-index: 1;
|
|
z-index: 1;
|
|
- color: #409eff;
|
|
|
|
|
|
+
|
|
|
|
+ // color: #409eff;
|
|
|
|
+ color: #0052d9;
|
|
}
|
|
}
|
|
|
|
|
|
.el-menu-item.is-active.nest-menu::before {
|
|
.el-menu-item.is-active.nest-menu::before {
|
|
@@ -414,6 +418,7 @@
|
|
|
|
|
|
.is-active > .el-sub-menu__title,
|
|
.is-active > .el-sub-menu__title,
|
|
.is-active.submenu-title-noDropdown {
|
|
.is-active.submenu-title-noDropdown {
|
|
|
|
+ // color: $subMenuActiveText !important;
|
|
color: $subMenuActiveText !important;
|
|
color: $subMenuActiveText !important;
|
|
|
|
|
|
i {
|
|
i {
|
|
@@ -514,7 +519,8 @@
|
|
/* 设置 */
|
|
/* 设置 */
|
|
.set-icon {
|
|
.set-icon {
|
|
&:hover {
|
|
&:hover {
|
|
- background: $menuHover;
|
|
|
|
|
|
+ // background: $menuHover;
|
|
|
|
+ color: black;
|
|
|
|
|
|
// background: $subMenuActiveText;
|
|
// background: $subMenuActiveText;
|
|
}
|
|
}
|
|
@@ -531,7 +537,9 @@
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
height: 48px;
|
|
height: 48px;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
- color: $subMenuActiveText;
|
|
|
|
|
|
+
|
|
|
|
+ // color: $subMenuActiveText;
|
|
|
|
+ color: #fff;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
p {
|
|
p {
|
|
@@ -558,6 +566,8 @@
|
|
padding-right: var(--el-menu-base-level-padding);
|
|
padding-right: var(--el-menu-base-level-padding);
|
|
color: $menuText;
|
|
color: $menuText;
|
|
|
|
|
|
|
|
+ // color: black;
|
|
|
|
+
|
|
&:hover {
|
|
&:hover {
|
|
color: $menuTitleHover !important;
|
|
color: $menuTitleHover !important;
|
|
}
|
|
}
|