feat:小屏搜索结果列表模式增加过滤按钮

This commit is contained in:
jxxghp
2025-02-05 17:40:57 +08:00
parent 9164a1aefc
commit e9264fa472
15 changed files with 202 additions and 312 deletions

View File

@@ -156,7 +156,7 @@ const userLevel = computed(() => store.state.auth.level)
<!-- 用户认证对话框 -->
<UserAuthDialog v-if="siteAuthDialog" v-model="siteAuthDialog" @done="siteAuthDone" @close="siteAuthDialog = false" />
<!-- 重启确认对话框 -->
<VDialog v-model="restartDialog" max-width="25rem">
<VDialog v-if="restartDialog" v-model="restartDialog" max-width="25rem">
<VCard>
<VCardItem>
<div class="flex items-center justify-center mt-3">