mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
fix(style): 微调样式
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "tauri-genshin",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"width": 1540,
|
||||
"height": 912
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
22
src/App.vue
22
src/App.vue
@@ -1,16 +1,14 @@
|
||||
<template>
|
||||
<v-card>
|
||||
<v-layout>
|
||||
<!-- 侧边栏菜单 -->
|
||||
<t-sidebar />
|
||||
<!-- 主体内容 -->
|
||||
<v-main>
|
||||
<v-container fluid>
|
||||
<router-view />
|
||||
</v-container>
|
||||
</v-main>
|
||||
</v-layout>
|
||||
</v-card>
|
||||
<v-layout>
|
||||
<!-- 侧边栏菜单 -->
|
||||
<t-sidebar />
|
||||
<!-- 主体内容 -->
|
||||
<v-main>
|
||||
<v-container fluid>
|
||||
<router-view />
|
||||
</v-container>
|
||||
</v-main>
|
||||
</v-layout>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user