This commit is contained in:
pa
2026-01-19 11:04:36 +09:00
parent cacbf742d1
commit 7303cd0b33
22 changed files with 107 additions and 178 deletions

View File

@@ -47,6 +47,7 @@
:on-refresh="() => refreshInstancePlayerCount(userDialog.$location.tag)" />
</template>
<Location
class="text-sm"
:location="userDialog.ref.location"
:traveling="userDialog.ref.travelingToLocation" />
</div>
@@ -212,7 +213,7 @@
<div class="detail">
<span class="name">{{ t('dialog.user.info.bio') }}</span>
<pre
class="extra"
class="extra truncate"
style="
font-family: inherit;
font-size: 12px;
@@ -1504,10 +1505,7 @@
});
const socialStatusHistoryTable = ref({
data: [],
tableProps: {
stripe: true,
size: 'small'
},
layout: 'table'
});