Skip to content

Commit 25e378e

Browse files
author
piexlMax(奇淼
committed
feat: 顶栏模式调整优化
1 parent 189ca4c commit 25e378e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: web/src/view/layout/aside/headMode.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,16 @@
8888
}
8989
</script>
9090
91-
<style lang="scss" scoped>
91+
<style lang="scss">
9292
.el-menu--horizontal.el-menu,
9393
.el-menu--horizontal > .el-menu-item.is-active {
9494
border-bottom: none !important;
9595
}
9696
97+
.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title {
98+
border-bottom: none !important;
99+
}
100+
97101
.el-menu-item.is-active {
98102
background-color: var(--el-color-primary-light-8) !important;
99103
}

0 commit comments

Comments
 (0)