style: 更改头像圆角为4px
This commit is contained in:
parent
10129b73b2
commit
789be04c42
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.userinfo img {
|
.userinfo img {
|
||||||
border-radius: 50%;
|
border-radius: 4px;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-right: 0.625rem;
|
margin-right: 0.625rem;
|
||||||
|
|
Loading…
Reference in New Issue