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. 关键帧定义 */