mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +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
|
<n-avatar
|
||||||
round
|
round
|
||||||
|
:src="'222' || userInfo?.avatar"
|
||||||
:src="userInfo?.avatar"
|
|
||||||
>
|
>
|
||||||
<template #fallback>
|
<template #fallback>
|
||||||
<icon-park-outline-user />
|
<div class="wh-full flex-center">
|
||||||
|
<icon-park-outline-user />
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</n-avatar>
|
</n-avatar>
|
||||||
</n-dropdown>
|
</n-dropdown>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user