From 0f0d0d63f7bd4652ec32b7b834f070941ff35458 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Fri, 27 Feb 2026 11:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E7=AE=A1=E7=90=86-=E8=AF=A6?= =?UTF-8?q?=E6=83=85-=E5=A4=8D=E5=88=B6=E6=8C=89=E9=92=AE=EF=BC=9A?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8A=A8=E7=94=BB=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue b/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue index 7de5028..0aab9f1 100644 --- a/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue +++ b/src/views/admin/orgapplyinfo/components/OrgApplyInfoForm.vue @@ -662,7 +662,7 @@ defineExpose({ /* 3. 悬停触发:执行动画 */ .aclk:hover::before { - animation: light-sweep 1.3s ease-in-out forwards; + animation: light-sweep 1.5s ease-in-out forwards; } /* 4. 关键帧定义 */