mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-24 10:20:16 +08:00
fix: 修改vue动画名称错误
This commit is contained in:
parent
2a44fd3ca4
commit
c3aae6e5fa
@ -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