From 0c4974ca1dff257e13b674152c70f52b36908cc7 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 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9vue=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=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); From fc26544a85480701ad8cd6dc33eace03f71f9f4d 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:09:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ProjectItemsCard/index.vue | 4 +-- .../components/ProjectItemsList/index.vue | 29 +++++++++++++------ 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/src/views/project/items/components/ProjectItemsCard/index.vue b/src/views/project/items/components/ProjectItemsCard/index.vue index 04a3a0f5..1b996b7c 100644 --- a/src/views/project/items/components/ProjectItemsCard/index.vue +++ b/src/views/project/items/components/ProjectItemsCard/index.vue @@ -15,7 +15,7 @@