This commit is contained in:
yanran200730
2023-01-11 15:07:11 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ export default {
width: 80px; width: 80px;
height: 80px; height: 80px;
margin-right: 16px; margin-right: 16px;
border-radius: 40px;
} }
.head_avtar { .head_avtar {
max-width: calc(100% - 96px); max-width: calc(100% - 96px);

View File

@@ -131,6 +131,7 @@ export default {
img { img {
width: 80px; width: 80px;
height: 80px; height: 80px;
border-radius: 40px;
margin-right: 16px; margin-right: 16px;
} }
.card_head_avtar { .card_head_avtar {