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} > 基金详情 -
@@ -68,7 +70,7 @@ function DialogContent({ - + Close )}