This commit is contained in:
Pan 2019-01-11 15:42:53 +08:00
commit c54e99d0a9
7 changed files with 128 additions and 79 deletions

View file

@ -16,10 +16,12 @@
.fade-transform-enter-active {
transition: all .5s;
}
.fade-transform-enter {
opacity: 0;
transform: translateX(-30px);
}
.fade-transform-leave-to {
opacity: 0;
transform: translateX(30px);
@ -44,4 +46,3 @@
.breadcrumb-leave-active {
position: absolute;
}