mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +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 {
|
.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