mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🔧 透明化,后续看看要不要用
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
"width": 1600,
|
"width": 1600,
|
||||||
"height": 900,
|
"height": 900,
|
||||||
"center": true,
|
"center": true,
|
||||||
"transparent": false
|
"transparent": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user