-
- {{ transformI18n(onlyOneChild.meta.title) }}
-
-
+
-
-
+
+ {{ transformI18n(onlyOneChild.meta.title) }}
+
+
+
+
+
+ {{ transformI18n(onlyOneChild.meta.title) }}
+
+
+
+
+
+
.is-active.submenu-title-noDropdown {
+ border-bottom: 2px solid var(--el-menu-active-color);
+ }
+
.el-menu--popup {
background-color: $subMenuBg !important;
+ a > .is-active.submenu-title-noDropdown {
+ border-bottom: none;
+ }
+
.el-menu-item {
color: $menuText;
background-color: $subMenuBg;
@@ -348,12 +360,6 @@
}
}
- /* 无子菜单时激活 border-bottom */
- .router-link-exact-active > .submenu-title-noDropdown {
- height: 60px;
- border-bottom: 2px solid var(--el-menu-active-color);
- }
-
/* 子菜单中还有子菜单 */
.el-menu .el-sub-menu__title {
min-width: $sideBarWidth !important;