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