From 42070a530073ea5194d8bdc010361f47b91a45f0 Mon Sep 17 00:00:00 2001 From: wxj Date: Wed, 1 Jul 2026 16:07:24 +0800 Subject: [PATCH] =?UTF-8?q?RPM/TPM=20=E5=8D=A1=E7=89=87=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=EF=BC=9A=E7=A7=BB=E9=99=A4=E8=93=9D=E8=89=B2?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E4=B8=8E=20monospace=EF=BC=8C=E4=B8=8E?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E7=BB=9F=E8=AE=A1=E5=8D=A1=E7=89=87=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/topup/RechargeCard.jsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/web/src/components/topup/RechargeCard.jsx b/web/src/components/topup/RechargeCard.jsx index 73a115f..2b15721 100644 --- a/web/src/components/topup/RechargeCard.jsx +++ b/web/src/components/topup/RechargeCard.jsx @@ -515,25 +515,21 @@ const RechargeCard = ({ className={`h-3.5 w-3.5 ${ card.highlight ? 'text-emerald-500 dark:text-emerald-400' - : card.live - ? 'text-blue-500 dark:text-blue-400' - : 'text-slate-400 dark:text-white/40' + : 'text-slate-400 dark:text-white/40' }`} /> {card.label} {card.live && ( - + )}
{statusLoading && !card.live ? (