兰宝车间质量管理系统-前端
LiuHao
2024-12-27 2b1f5f2c7033eebee97de472b5f6195d95516b80
src/assets/styles/transition.scss
@@ -15,11 +15,7 @@
.fade-transform--move,
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s;
}
.fade-transform-leave-active {
  position: absolute;
  transition: all 0.5s;
}
.fade-transform-enter {
@@ -35,7 +31,7 @@
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s;
  transition: all 0.5s;
}
.breadcrumb-enter,
@@ -45,7 +41,7 @@
}
.breadcrumb-move {
  transition: all .5s;
  transition: all 0.5s;
}
.breadcrumb-leave-active {