fuliqi
2024-11-22 88e29ed5854ed9e62b719e4804958206c5fd9db1
src/assets/styles/transition.scss
@@ -15,7 +15,7 @@
.fade-transform--move,
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s;
  transition: all 0.5s;
}
.fade-transform-enter {
@@ -31,7 +31,7 @@
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s;
  transition: all 0.5s;
}
.breadcrumb-enter,
@@ -41,7 +41,7 @@
}
.breadcrumb-move {
  transition: all .5s;
  transition: all 0.5s;
}
.breadcrumb-leave-active {