lilei 2 лет назад
Родитель
Сommit
0cf1acdf8c
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      public/version.json
  2. 1 1
      src/layouts/BasicLayout.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
 {
   "message": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1673860559207
+  "version": 1673934601359
 }
 }

+ 1 - 1
src/layouts/BasicLayout.vue

@@ -39,7 +39,7 @@
         @toggle="toggle"
         @toggle="toggle"
       />
       />
       <!-- layout content -->
       <!-- layout content -->
-      <a-layout-content :style="{ height: '100%', margin: '30px 20px 0', paddingTop: multiTab&&fixedHeader ? '66px' : (!multiTab&&fixedHeader?'45px':'0') }">
+      <a-layout-content :class="navTheme" :style="{ height: '100%', margin: '30px 20px 0', paddingTop: multiTab&&fixedHeader ? '66px' : (!multiTab&&fixedHeader?'45px':'0') }">
         <transition name="page-transition">
         <transition name="page-transition">
           <!-- <route-view v-if="isRouterAlive"/> -->
           <!-- <route-view v-if="isRouterAlive"/> -->
           <router-view ></router-view>
           <router-view ></router-view>