v1.2.93 - 成交行情列表优化、行情编号格式调整
This commit is contained in:
parent
e381427138
commit
ea6528b7f3
|
|
@ -1 +1 @@
|
|||
1.2.92
|
||||
1.2.93
|
||||
|
|
|
|||
|
|
@ -721,12 +721,14 @@ export default function News() {
|
|||
</div>
|
||||
<div style={{ color: '#22c55e', fontSize: '14px', fontWeight: '700' }}>¥{item.deal_price?.toLocaleString()}</div>
|
||||
</div>
|
||||
{/* 第二行:冠字号 | 评级机构 | 分数 */}
|
||||
{/* 第二行:冠字号 | 评级机构 | 分数 | 平台 */}
|
||||
<div style={{ display: 'flex', alignItems: 'center', gap: '6px' }}>
|
||||
<span style={{ color: '#fbbf24', fontSize: '13px', fontWeight: '600' }}>{serial}</span>
|
||||
<span style={{ color: '#94a3b8', fontSize: '10px' }}>|</span>
|
||||
{gradingCompany && <><span style={{ background: '#ec4899', color: '#fff', padding: '2px 6px', borderRadius: '3px', fontSize: '10px' }}>{gradingCompany}</span><span style={{ color: '#94a3b8', fontSize: '10px' }}>|</span></>}
|
||||
<span style={{ background: '#06b6d4', color: '#fff', padding: '2px 6px', borderRadius: '3px', fontSize: '10px' }}>{grade}</span>
|
||||
<span style={{ color: '#94a3b8', fontSize: '10px' }}>|</span>
|
||||
<span style={{ background: '#10b981', color: '#fff', padding: '2px 6px', borderRadius: '3px', fontSize: '10px' }}>{platform}</span>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue