fix: question avatar size
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2025-07-16 20:27:31 +08:00
parent 243af4d866
commit d672cf8eac
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@
fit="cover"
style="width: 28px; height: 28px; display: block"
/>
<el-avatar v-else>
<el-avatar v-else :size="28">
<img src="@/assets/user-icon.svg" style="width: 50%" alt="" />
</el-avatar>
</div>

View File

@ -131,8 +131,8 @@
fit="cover"
style="width: 28px; height: 28px; display: block"
/>
<el-avatar v-else>
<img src="@/assets/user-icon.svg" style="width: 54%" alt="" />
<el-avatar v-else :size="28">
<img src="@/assets/user-icon.svg" style="width: 50%" alt="" />
</el-avatar>
</div>
</div>