Lijy 5 månader sedan
förälder
incheckning
1f7e99cb32

BIN
fhKeeper/formulahousekeeper/customerBuler-crm/src/assets/login/login_logo.png


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

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