Skip to content

Commit 06b2d73

Browse files
committed
Menu: fix submenu style
1 parent 3009999 commit 06b2d73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/theme-chalk/src/menu.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@
4545
padding-left: 0;
4646
background-color: $--menu-item-fill;
4747
@include utils-clearfix;
48+
&.el-menu--horizontal {
49+
border-bottom: solid 1px #e6e6e6;
50+
}
4851

4952
@include m(horizontal) {
5053
border-right: none;
51-
border-bottom: solid 1px #e6e6e6;
5254
& > .el-menu-item {
5355
float: left;
5456
height: 60px;

0 commit comments

Comments
 (0)