feat:移动端基金详情亮色主题兼容

This commit is contained in:
hzm
2026-03-11 21:42:22 +08:00
parent 32df6fc196
commit 643b23b97c

View File

@@ -70,7 +70,7 @@ export default function FundCard({
boxShadow: 'none',
paddingLeft: 0,
paddingRight: 0,
background: 'none',
background: theme === 'light' ? 'rgb(250,250,250)' : 'none',
} : {};
return (