审核管理-详情-复制按钮:调整动画速度
This commit is contained in:
parent
1588f688eb
commit
0f0d0d63f7
|
|
@ -662,7 +662,7 @@ defineExpose({
|
||||||
|
|
||||||
/* 3. 悬停触发:执行动画 */
|
/* 3. 悬停触发:执行动画 */
|
||||||
.aclk:hover::before {
|
.aclk:hover::before {
|
||||||
animation: light-sweep 1.3s ease-in-out forwards;
|
animation: light-sweep 1.5s ease-in-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 4. 关键帧定义 */
|
/* 4. 关键帧定义 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue