From 4dbaa7b85831507d56b48be371087d5fc02767ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Wed, 21 Jan 2026 19:10:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E7=94=BB=E5=90=8D=E7=A7=B0=E9=87=8D?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/animations.scss | 2 +- src/forge/projectHome/explore/index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/animations.scss b/src/animations.scss index b569c8c00..775de76b7 100644 --- a/src/animations.scss +++ b/src/animations.scss @@ -46,7 +46,7 @@ } } -@keyframes resourceShow { +@keyframes scaleTo1 { to { transform: scale(1); } diff --git a/src/forge/projectHome/explore/index.scss b/src/forge/projectHome/explore/index.scss index 5c5f00ce5..2dffad2ac 100644 --- a/src/forge/projectHome/explore/index.scss +++ b/src/forge/projectHome/explore/index.scss @@ -123,7 +123,7 @@ transform: scale(0.85); position: relative; --offsetTop: 56px; - animation: bgOpacity .8s linear 1.56s reverse backwards, resourceShow 0.8s 1.56s ease-in-out forwards;; + animation: bgOpacity .8s linear 1.56s reverse backwards, scaleTo1 0.8s 1.56s ease-in-out forwards;; .cate_list_box { display: flex;