Menu: fix submenu style (#12457)

This commit is contained in:
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

View File

@ -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;