replace el-tooltip with TooltipProvider

This commit is contained in:
pa
2026-01-07 01:43:41 +09:00
committed by Natsumi
parent cfd117fffe
commit 9ae8789d14
46 changed files with 437 additions and 430 deletions

View File

@@ -1,11 +1,11 @@
<template>
<span v-if="lastJoin" :class="['inline-block', 'ml-5']">
<el-tooltip placement="top" class="ml-5">
<TooltipWrapper side="top" class="ml-5">
<template #content>
<span>{{ t('dialog.user.info.last_join') }} <Timer :epoch="lastJoin" /></span>
</template>
<el-icon style="display: inline-block"><Location /></el-icon>
</el-tooltip>
</TooltipWrapper>
</span>
</template>