mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-26 19:36:35 +08:00
fix: 修改vue动画名称错误
This commit is contained in:
parent
00ee150c5d
commit
0c4974ca1d
@ -44,7 +44,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 渐变
|
// 渐变
|
||||||
.fade-enter,
|
.fade-enter-from,
|
||||||
.fade-leave-to {
|
.fade-leave-to {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
@ -58,7 +58,7 @@
|
|||||||
.list-complete-item {
|
.list-complete-item {
|
||||||
transition: all 1s;
|
transition: all 1s;
|
||||||
}
|
}
|
||||||
.list-complete-enter,
|
.list-complete-enter-from,
|
||||||
.list-complete-leave-to {
|
.list-complete-leave-to {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(30px);
|
transform: translateY(30px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user