From 946876e4c34cc49655928f3a1fc438a4e3d3207a Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 27 Mar 2025 13:37:07 +0800
Subject: [PATCH] feat: 标题调整

---
 src/views/Home/Home.vue |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/views/Home/Home.vue b/src/views/Home/Home.vue
index 19d6753..1579e5d 100644
--- a/src/views/Home/Home.vue
+++ b/src/views/Home/Home.vue
@@ -1,9 +1,7 @@
 <template>
-  <div class="warp">
     <HomeLeft></HomeLeft>
     <!-- <div>中间搜索</div> -->
     <HomeRight></HomeRight>
-  </div>
 </template>
 
 <script>
@@ -28,16 +26,4 @@
 };
 </script>
 <style scoped lang="scss">
-.page-home {
-  height: 100%;
-  width: 100%;
-  background-size: 100% 100%;
-  background-repeat: no-repeat;
-  font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
-  position: relative;
-  .warp {
-    display: flex;
-    justify-content: space-between;
-  }
-}
 </style>

--
Gitblit v1.9.3