From c3aae6e5fab10bbaee98bf304a770b52f9c06f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Sun, 22 May 2022 14:06:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9vue=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/common/animation.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/common/animation.scss b/src/styles/common/animation.scss index 5720d743..86294947 100644 --- a/src/styles/common/animation.scss +++ b/src/styles/common/animation.scss @@ -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);