From 1046ab61c2449d4069346ef466135bd3da77aa5b Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期二, 02 七月 2024 11:40:53 +0800
Subject: [PATCH] chore:更新gitignore

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

diff --git a/src/App.vue b/src/App.vue
index b93b427..26b1552 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,15 +2,9 @@
 </script>
 
 <template>
-  <div class="page-container w-screen h-screen flex flex-col">
-    <Header></Header>
-    <div class="page-content w-screen grow relative">
-      <div class="page-wrapper bg-slate-50 absolute top-0 left-0 right-0 bottom-0 overflow-y-auto">
-        <RouterView />
-      </div>
-    </div>
+  <div class="page-container">
+    <RouterView />
   </div>
-
 </template>
 
 <style scoped>

--
Gitblit v1.8.0