From 7f4105bc2f1d4f8562e1cb9776ce49f8be0c98d2 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期二, 03 十二月 2024 13:46:37 +0800
Subject: [PATCH] 更新CAQ优化,适配低分辨率设备

---
 src/layout/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layout/index.vue b/src/layout/index.vue
index 0805f89..1de7e4b 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -25,8 +25,8 @@
     <el-main class="student-main" style="margin-top:20px;">
       <router-view/>
     </el-main>
-    <el-footer height="340" class="student-footer">
-    </el-footer>
+    <!-- <el-footer height="340" class="student-footer">
+    </el-footer> -->
   </el-container>
 </template>
 

--
Gitblit v1.9.1