From 280792acd3dae2f6f04e08e51dcad91e8ea5562c Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期一, 17 三月 2025 16:58:12 +0800
Subject: [PATCH] U 打包修改

---
 src/App.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 7043440..8d177ab 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,6 @@
 <script setup>
 import {onMounted} from "vue";
+import { RouterView } from "vue-router";
 import changeTheme from "@/utils/changeTheme.js";
 
 onMounted(()=>{
@@ -8,7 +9,13 @@
 </script>
 
 <template>
-  <RouterView />
+  <div class="p-root">
+    <RouterView />
+  </div>
 </template>
 
-<style scoped></style>
+<style scoped>
+.p-root {
+  height: 100%;
+}
+</style>

--
Gitblit v1.9.1