fix avatar dialog layout

This commit is contained in:
pa
2026-01-20 18:20:08 +09:00
committed by Natsumi
parent b2bd7693bb
commit 6dfea34dd2
@@ -1,6 +1,7 @@
<template> <template>
<div> <div>
<div style="display: flex"> <div>
<div class="flex">
<img <img
:src="avatarDialog.ref.thumbnailImageUrl" :src="avatarDialog.ref.thumbnailImageUrl"
class="cursor-pointer" class="cursor-pointer"
@@ -104,9 +105,11 @@
<span v-if="avatarDialog.ref.styles.primary" :class="['x-grey', 'x-tag-border-left']">{{ <span v-if="avatarDialog.ref.styles.primary" :class="['x-grey', 'x-tag-border-left']">{{
avatarDialog.ref.styles.primary avatarDialog.ref.styles.primary
}}</span> }}</span>
<span v-if="avatarDialog.ref.styles.secondary" :class="['x-grey', 'x-tag-border-left']">{{ <span
avatarDialog.ref.styles.secondary v-if="avatarDialog.ref.styles.secondary"
}}</span> :class="['x-grey', 'x-tag-border-left']"
>{{ avatarDialog.ref.styles.secondary }}</span
>
</Badge> </Badge>
<Badge <Badge
v-if="avatarDialog.isQuestFallback" v-if="avatarDialog.isQuestFallback"
@@ -320,6 +323,7 @@
</DropdownMenu> </DropdownMenu>
</div> </div>
</div> </div>
</div>
<TabsUnderline <TabsUnderline
v-model="avatarDialogActiveTab" v-model="avatarDialogActiveTab"