style: update

This commit is contained in:
xiaoxian521
2022-12-02 11:08:11 +08:00
parent f1e6ddff18
commit cf8e5897fb
2 changed files with 11 additions and 4 deletions

View File

@@ -26,9 +26,12 @@
}
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-enter-active {
transition: all 0.4s;
}
.breadcrumb-leave-active {
transition: all 0.5s;
transition: all 0.3s;
}
.breadcrumb-enter-from,