mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
fix: avatar fallback position error
This commit is contained in:
parent
c0801e001e
commit
b521eafe99
@ -70,11 +70,12 @@ function handleSelect(key: string | number) {
|
||||
>
|
||||
<n-avatar
|
||||
round
|
||||
|
||||
:src="userInfo?.avatar"
|
||||
:src="'222' || userInfo?.avatar"
|
||||
>
|
||||
<template #fallback>
|
||||
<icon-park-outline-user />
|
||||
<div class="wh-full flex-center">
|
||||
<icon-park-outline-user />
|
||||
</div>
|
||||
</template>
|
||||
</n-avatar>
|
||||
</n-dropdown>
|
||||
|
Loading…
x
Reference in New Issue
Block a user