mirror of https://github.com/ElemeFE/element
Menu: fix submenu style (#12457)
parent
3009999c5a
commit
a372dad133
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue