同步升级

This commit is contained in:
邹景立 2022-08-29 17:50:41 +08:00
parent 876e91ba3e
commit cace57d794
2 changed files with 7 additions and 7 deletions

View File

@ -138,8 +138,8 @@
}
.headimg {
width: 32px;
height: 32px;
width: 33px;
height: 33px;
display: inline-block;
margin-right: 5px;
border-radius: 50%;
@ -157,8 +157,8 @@
}
&-xs {
width: 26px;
height: 26px;
width: 25px;
height: 25px;
}
&-sm {
@ -167,8 +167,8 @@
}
&-md {
width: 52px;
height: 52px;
width: 55px;
height: 55px;
}
&-lg {

File diff suppressed because one or more lines are too long