fix: 修复手机下二级菜单无背景色问题
This commit is contained in:
parent
bdbb978011
commit
641d840e30
|
@ -305,11 +305,14 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
|
||||||
left: 10px;
|
left: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
z-index: -1;
|
|
||||||
height: 41px;
|
height: 41px;
|
||||||
transition: all .3s linear;
|
transition: all .3s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar .sub .nav-item .nav-link i, .sidebar .sub .nav-item .nav-link span {
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-toggle-box, .nav-brand span {
|
.sidebar-toggle-box, .nav-brand span {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue