强制显示今日成交统计卡片
This commit is contained in:
parent
c813e82232
commit
6c1e927f42
|
|
@ -272,7 +272,7 @@ export default function Home() {
|
|||
</div>
|
||||
|
||||
{/* 今日成交数据统计 */}
|
||||
{dealStats && dealStats.total > 0 && (
|
||||
{true && (
|
||||
<div style={{ marginBottom: '20px' }}>
|
||||
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '14px', marginBottom: '12px', paddingLeft: '4px' }}>📈 今日成交数据统计</div>
|
||||
<div style={{ background: '#1e293b', borderRadius: '12px', padding: '16px' }}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue