style: header nav设置高度为53px

#Comment
AdminLTE样式下图标栏背景色高度填充整个header
This commit is contained in:
Argo Zhang 2019-08-30 16:53:59 +08:00
parent 51d141cfc9
commit 8431c01261
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 4 additions and 3 deletions

View File

@ -7,8 +7,6 @@
}
.header .nav .dropdown, .userinfo {
display: flex;
align-items: center;
transition: all .3s linear;
cursor: pointer;
margin: 0;

View File

@ -34,12 +34,15 @@ aside .bg, aside .nav-brand, aside .nav-header, .header .nav, .userinfo .dropdow
.header .nav .dropdown {
margin-right: 6px;
height: 53px;
display: flex;
align-items: center;
}
.header .badge {
position: absolute;
right: -6px;
top: -14px;
top: 4px;
opacity: 0.8;
z-index: 1;
}