فهرست منبع

修复页面切换时,页面滚动条闪现问题

ming 3 سال پیش
والد
کامیت
bcb77d8d98
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/layout/vab-content/index.vue

+ 2 - 2
src/layout/vab-content/index.vue

@@ -1,9 +1,9 @@
 <template>
   <a-layout-content class="vab-content">
     <router-view v-slot="{ Component }">
-      <transition mode="out-in" name="fade-transform">
+      <!-- <transition mode="out-in" name="fade-transform"> -->
         <component :is="Component" />
-      </transition>
+      <!-- </transition> -->
     </router-view>
   </a-layout-content>
 </template>