From 32df6fc196df1a39e94e645a6c367a95ec99f940 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Wed, 11 Mar 2026 21:09:45 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=A7=BB=E5=8A=A8=E7=AB=AF=20draw?= =?UTF-8?q?er=20=E8=83=8C=E6=99=AF=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/FundCard.jsx | 3 ++- app/components/PcFundTable.jsx | 11 +---------- app/globals.css | 15 +++++++++++++++ components/ui/dialog.jsx | 4 +++- 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/app/components/FundCard.jsx b/app/components/FundCard.jsx index 3612c28..8116009 100644 --- a/app/components/FundCard.jsx +++ b/app/components/FundCard.jsx @@ -70,7 +70,7 @@ export default function FundCard({ boxShadow: 'none', paddingLeft: 0, paddingRight: 0, - background: 'transparent', + background: 'none', } : {}; return ( @@ -91,6 +91,7 @@ export default function FundCard({ e.stopPropagation(); onRemoveFromGroup?.(f.code); }} + style={{backgroundColor: 'transparent'}} title="从当前分组移除" > diff --git a/app/components/PcFundTable.jsx b/app/components/PcFundTable.jsx index 8b981d6..83fd644 100644 --- a/app/components/PcFundTable.jsx +++ b/app/components/PcFundTable.jsx @@ -1167,22 +1167,13 @@ export default function PcFundTable({ > e.preventDefault() : undefined} > 基金详情 - setCardDialogRow(null)} - style={{ padding: 4, borderColor: 'transparent' }} - > - - @@ -68,7 +70,7 @@ function DialogContent({ - + Close )}