feat: 补充估算收益说明
This commit is contained in:
@@ -180,7 +180,14 @@ export default function MobileSettingModal({
|
||||
>
|
||||
<DragIcon width="18" height="18" />
|
||||
</div>
|
||||
<span style={{ flex: 1, fontSize: '14px' }}>{item.header}</span>
|
||||
<div style={{ flex: 1, fontSize: '14px', display: 'flex', flexDirection: 'column', gap: 2 }}>
|
||||
<span>{item.header}</span>
|
||||
{item.id === 'totalChangePercent' && (
|
||||
<span className="muted" style={{ fontSize: '12px' }}>
|
||||
估值涨幅与持有收益的汇总
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
{onToggleColumnVisibility && (
|
||||
<Switch
|
||||
checked={columnVisibility?.[item.id] !== false}
|
||||
|
||||
Reference in New Issue
Block a user