fix(recharge): 选中状态移除边框变色,只保留背景色

This commit is contained in:
小鱼开发
2026-05-18 22:06:50 +08:00
parent a9fb0838cf
commit 47a7232d43
@@ -53,7 +53,6 @@
}
.recharge-amount-card.selected {
border-color: var(--primary-color);
background: rgba(54, 178, 106, 0.08);
}