修复 某些下拉菜单按钮无法触发的问题

This commit is contained in:
2025-10-13 02:20:54 +08:00
parent 68bf6c9654
commit 5ae69cf93a
13 changed files with 25 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ export const baseButton = css`
gap: 8px;
}
// 添加点击效果
&:active {
&:not(.dropdown):active {
animation: pulse-click 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
}