Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin into feature/noticews

This commit is contained in:
Theo
2024-09-18 21:27:01 +08:00
5 changed files with 9 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
<div class="flex-center h100% p10px">
<img
: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>
</div>