qinzhipeng_v 5 năm trước cách đây
mục cha
commit
b2cc1ec617
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/styles/transition.scss

+ 3 - 3
src/styles/transition.scss

@@ -14,17 +14,17 @@
 /* fade-transform */
 .fade-transform-leave-active,
 .fade-transform-enter-active {
-  transition: all .5s;
+  transition: all .0s;
 }
 
 .fade-transform-enter {
   opacity: 0;
-  transform: translateX(-30px);
+  transform: translateX(0px);
 }
 
 .fade-transform-leave-to {
   opacity: 0;
-  transform: translateX(30px);
+  transform: translateX(0px);
 }
 
 /* breadcrumb transition */