fix(Button): fix button active style (#13386)

This commit is contained in:
pany
2025-03-15 19:48:03 +08:00
committed by GitHub
parent e440c97673
commit c76448e7bf

View File

@@ -69,6 +69,7 @@
transform: translate(-50%, -50%);
opacity: 0;
content: ' ';
box-sizing: content-box;
}
&:active::before {