fix: 修改vue动画名称错误
This commit is contained in:
parent
00ee150c5d
commit
0c4974ca1d
@ -44,7 +44,7 @@
|
||||
}
|
||||
|
||||
// 渐变
|
||||
.fade-enter,
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
@ -58,7 +58,7 @@
|
||||
.list-complete-item {
|
||||
transition: all 1s;
|
||||
}
|
||||
.list-complete-enter,
|
||||
.list-complete-enter-from,
|
||||
.list-complete-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(30px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user