perf: 速度慢点,为以后优化留下空间

This commit is contained in:
ibuler
2022-05-30 10:27:57 +08:00
committed by 老广
parent 92f52b100a
commit 55a83a2064

View File

@@ -3,7 +3,7 @@
/* fade */
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.1s;
transition: opacity 0.2s;
}
.fade-enter,
@@ -14,7 +14,7 @@
/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
transition: all .1s;
transition: all .2s;
}
.fade-transform-enter {
@@ -30,7 +30,7 @@
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
transition: all .1s;
transition: all .25s;
}
.breadcrumb-enter,
@@ -40,7 +40,7 @@
}
.breadcrumb-move {
transition: all .1s;
transition: all .25s;
}
.breadcrumb-leave-active {