fix ui layout

This commit is contained in:
jxxghp
2024-10-19 20:19:30 +08:00
parent bdd0cdbe55
commit deabf23475
12 changed files with 20 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ const route = useRoute()
const display = useDisplay()
// APP
const appMode = inject('appMode')
const appMode = inject('pwaMode') && display.mdAndDown.value
// 当前标签
const activeTab = ref(route.query.tab)