mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix avatar display
This commit is contained in:
@@ -96,8 +96,8 @@ export const Config: TemplateConfig<ConfigType> = {
|
|||||||
vertical
|
vertical
|
||||||
>
|
>
|
||||||
<NAvatar
|
<NAvatar
|
||||||
v-if="accountInfo.streamerInfo"
|
v-if="userInfo.streamerInfo"
|
||||||
:src="accountInfo.streamerInfo.faceUrl"
|
:src="userInfo.streamerInfo.faceUrl"
|
||||||
:size="width > 750 ? 175 : 100"
|
:size="width > 750 ? 175 : 100"
|
||||||
round
|
round
|
||||||
bordered
|
bordered
|
||||||
|
|||||||
Reference in New Issue
Block a user