Menu: fix submenu style (#12457)

pull/12465/head
Jikkai Xiao 2018-08-22 19:14:41 +08:00 committed by GitHub
parent 3009999c5a
commit a372dad133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -45,10 +45,12 @@
padding-left: 0; padding-left: 0;
background-color: $--menu-item-fill; background-color: $--menu-item-fill;
@include utils-clearfix; @include utils-clearfix;
&.el-menu--horizontal {
border-bottom: solid 1px #e6e6e6;
}
@include m(horizontal) { @include m(horizontal) {
border-right: none; border-right: none;
border-bottom: solid 1px #e6e6e6;
& > .el-menu-item { & > .el-menu-item {
float: left; float: left;
height: 60px; height: 60px;