From fecc7305a48f8ce6e283434718da33e143885c75 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 09 四月 2024 10:03:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/ProjectWeb/src/page/index/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Source/ProjectWeb/src/page/index/index.vue b/Source/ProjectWeb/src/page/index/index.vue
index 733a9ba..93aec76 100644
--- a/Source/ProjectWeb/src/page/index/index.vue
+++ b/Source/ProjectWeb/src/page/index/index.vue
@@ -16,7 +16,7 @@
           <search class="avue-view" v-show="isSearch"></search>
         </transition>
         <!-- 涓讳綋瑙嗗浘灞� -->
-        <div style="height:100%;overflow-y:auto;overflow-x:hidden;" id="avue-view" v-show="!isSearch">
+        <div style="height:100%;overflow-y:auto;overflow-x:hidden;padding-bottom: 38px;box-sizing: border-box" id="avue-view" v-show="!isSearch">
           <keep-alive>
             <router-view class="avue-view" v-if="$route.meta.keepAlive"/>
           </keep-alive>
@@ -66,7 +66,7 @@
 
   created() {
     //瀹炴椂妫�娴嬪埛鏂皌oken
-    this.refreshToken();
+    //this.refreshToken();
 
   },
   mounted() {
@@ -152,6 +152,6 @@
 <style lang="scss">
 #avue-view > .avue-view{
   height: 100%;
-  padding: 0 6px !important;
+  padding: 0 !important;
 }
 </style>

--
Gitblit v1.9.3