mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<template>
|
||||
<v-card>
|
||||
<v-layout>
|
||||
<!-- 侧边栏菜单 -->
|
||||
<t-sidebar />
|
||||
@@ -10,7 +9,6 @@
|
||||
</v-container>
|
||||
</v-main>
|
||||
</v-layout>
|
||||
</v-card>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user