fix 全屏弹窗背景

This commit is contained in:
jxxghp
2025-07-10 21:06:54 +08:00
parent 0f64ea1403
commit bc1849f0a0
3 changed files with 15 additions and 10 deletions

View File

@@ -253,7 +253,7 @@ onUnmounted(() => {
<div v-if="isLogin && isTransparentTheme" class="global-blur-layer"></div>
</div>
<!-- 页面内容 -->
<VApp :class="{ 'transparent-app': isTransparentTheme }">
<VApp>
<RouterView />
<!-- PWA安装提示 -->
<PWAInstallPrompt />