兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-04-03 1595cb282aab5399862fac6406b5de550863e3b6
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-leave-active {
@@ -35,7 +35,7 @@
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s;
  transition: all 0.5s;
}
.breadcrumb-enter,
@@ -45,7 +45,7 @@
}
.breadcrumb-move {
  transition: all .5s;
  transition: all 0.5s;
}
.breadcrumb-leave-active {