From 0bc5c245409028dc5b5ea284c158739960ea4128 Mon Sep 17 00:00:00 2001 From: "WANGFAN\\wangf" <15871339963@163.com> Date: Tue, 14 Jan 2025 20:11:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A1=B5=E9=9D=A2=E8=BF=87=E6=B8=A1?= =?UTF-8?q?=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/global-transition.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/global-transition.scss b/src/style/global-transition.scss index 3515e08..d6cbfbf 100644 --- a/src/style/global-transition.scss +++ b/src/style/global-transition.scss @@ -93,7 +93,7 @@ } } -/* 淡入淡出 */ +/* 消退 */ // 进入 .fadeOut-enter-active { animation: fade-in 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) both;