From 63e7f000dfadd4b9dd68803ed2e1e9a7e4fae963 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sun, 8 Mar 2026 22:46:02 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BC=98=E5=8C=96=E5=9F=BA?= =?UTF-8?q?=E9=87=91=E8=AF=A6=E6=83=85=E5=BC=B9=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/FundCard.jsx | 8 +++++++- app/components/MobileFundTable.jsx | 15 ++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/app/components/FundCard.jsx b/app/components/FundCard.jsx index 139f07e..eee0f3e 100644 --- a/app/components/FundCard.jsx +++ b/app/components/FundCard.jsx @@ -64,7 +64,13 @@ export default function FundCard({ const profit = getHoldingProfit?.(f, holding) ?? null; const hasHoldings = f.holdingsIsLastQuarter && Array.isArray(f.holdings) && f.holdings.length > 0; - const style = layoutMode === 'drawer' ? { border: 'none', boxShadow: 'none' } : {}; + const style = layoutMode === 'drawer' ? { + border: 'none', + boxShadow: 'none', + paddingLeft: 0, + paddingRight: 0, + background: 'transparent', + } : {}; return ( 基金详情 - - + +