fix: 头像尺寸不一致时撑开显示区域
This commit is contained in:
parent
890b16887a
commit
10129b73b2
|
@ -72,8 +72,8 @@
|
|||
|
||||
.userinfo .dropdown-item img {
|
||||
width: 60px;
|
||||
height: auto;
|
||||
margin-right: 1rem;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.userinfo .dropdown-item a {
|
||||
|
@ -276,7 +276,7 @@ body {
|
|||
|
||||
aside .nav-header img, .sidebar-open aside:hover .nav-header img {
|
||||
width: 3.75rem;
|
||||
height: auto;
|
||||
height: 3.75rem;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue