瀏覽代碼

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

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>