Commit a372dad1 authored by Jikkai Xiao's avatar Jikkai Xiao Committed by GitHub

Menu: fix submenu style (#12457)

parent 3009999c
...@@ -45,10 +45,12 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment