fix Teleport

This commit is contained in:
jxxghp
2025-07-07 17:24:58 +08:00
parent 3cfe27b7b3
commit cd9eaf4fd7
12 changed files with 47 additions and 27 deletions
+1 -1
View File
@@ -700,7 +700,7 @@ onMounted(() => {
</VCard>
<!-- 底部操作按钮 -->
<Teleport to="body">
<Teleport to="body" v-if="route.path === '/history'">
<div v-if="isRefreshed && selected.length > 0">
<VFab
icon="mdi-trash-can-outline"