🔧 透明化,后续看看要不要用

This commit is contained in:
BTMuli
2023-05-25 20:20:29 +08:00
parent 00a2d7f009
commit 2fc183bc9b
2 changed files with 3 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
"width": 1600, "width": 1600,
"height": 900, "height": 900,
"center": true, "center": true,
"transparent": false "transparent": true
} }
] ]
} }

View File

@@ -1,5 +1,6 @@
<template> <template>
<v-app> <!-- glass-app{background: rgba(255, 255, 255, 0.1) !important;} -->
<v-app class="glass-app">
<TSidebar v-if="isMain" /> <TSidebar v-if="isMain" />
<v-main> <v-main>
<v-container fluid class="app-container"> <v-container fluid class="app-container">