mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
💄 美化样式
This commit is contained in:
14
src/App.vue
14
src/App.vue
@@ -1,9 +1,8 @@
|
||||
<template>
|
||||
<!-- glass-app{background: rgba(255, 255, 255, 0.1) !important;} -->
|
||||
<v-app class="glass-app">
|
||||
<v-app>
|
||||
<TSidebar v-if="isMain" />
|
||||
<v-main>
|
||||
<v-container fluid class="app-container">
|
||||
<v-container :fluid="true" class="app-container">
|
||||
<router-view />
|
||||
</v-container>
|
||||
</v-main>
|
||||
@@ -79,7 +78,12 @@ async function createDataDir () {
|
||||
<style lang="css">
|
||||
.app-container {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
background: var(--page-bg);
|
||||
background: #f9e9cd; /* 米色 */
|
||||
color: #132c33; /* 深灰蓝 */
|
||||
}
|
||||
|
||||
.dark .app-container {
|
||||
background: #363433; /* 长石灰 */
|
||||
color: #f9e9cd; /* 米色 */
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user