feat:移动端基金详情亮色主题兼容
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user