chore: 🔨 修改头像尺寸

This commit is contained in:
Wrong
2024-09-17 12:42:12 +08:00
parent 8b1fdc4dc5
commit b375943da8

View File

@@ -71,7 +71,7 @@
<div class="flex-center h100% p10px"> <div class="flex-center h100% p10px">
<img <img
:src="userStore.user.avatar + '?imageView2/1/w/80/h/80'" :src="userStore.user.avatar + '?imageView2/1/w/80/h/80'"
class="rounded-full mr-10px w24px w24px" class="rounded-full mr-10px w24px h24px"
/> />
<span>{{ userStore.user.username }}</span> <span>{{ userStore.user.username }}</span>
</div> </div>