fix: 修复手机下二级菜单无背景色问题

This commit is contained in:
Argo Zhang 2019-08-22 20:21:55 +08:00
parent bdbb978011
commit 641d840e30
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 4 additions and 1 deletions

View File

@ -305,11 +305,14 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
left: 10px;
right: 10px;
border-radius: 4px;
z-index: -1;
height: 41px;
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 {
font-size: 1.25rem;
}