瀏覽代碼

提交代码

Lijy 5 月之前
父節點
當前提交
1f7e99cb32

二進制
fhKeeper/formulahousekeeper/customerBuler-crm/src/assets/login/login_logo.png


二進制
fhKeeper/formulahousekeeper/customerBuler-crm/src/assets/login/login_logos.png


+ 9 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/home.vue

@@ -6,7 +6,7 @@
       </el-header>
       </el-header>
       <el-main>
       <el-main>
         <router-view v-slot="{ Component }">
         <router-view v-slot="{ Component }">
-          <transition name="router_animate">
+          <transition name="ranimate">
             <component :is="Component" />
             <component :is="Component" />
           </transition>
           </transition>
         </router-view>
         </router-view>
@@ -95,4 +95,12 @@ onMounted(async () => {
   overflow: auto;
   overflow: auto;
   background: $backColor;
   background: $backColor;
 }
 }
+
+.ranimate-enter-active {
+  animation: fadeIn .6s;
+}
+
+.ranimate-leave-active {
+  animation: fadeOut .3s;
+}
 </style>
 </style>

二進制
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/product/客户管家logo@3x.png