审核管理-详情-复制按钮:调整动画速度

This commit is contained in:
1378012178@qq.com 2026-02-27 11:09:44 +08:00
parent 1588f688eb
commit 0f0d0d63f7
1 changed files with 1 additions and 1 deletions

View File

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