Skip to content

Commit

Permalink
Menu: fix submenu style
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Aug 22, 2018
1 parent 3009999 commit 06b2d73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/theme-chalk/src/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@
padding-left: 0;
background-color: $--menu-item-fill;
@include utils-clearfix;
&.el-menu--horizontal {
border-bottom: solid 1px #e6e6e6;
}

@include m(horizontal) {
border-right: none;
border-bottom: solid 1px #e6e6e6;
& > .el-menu-item {
float: left;
height: 60px;
Expand Down

0 comments on commit 06b2d73

Please sign in to comment.