缩小平均成交价字体
This commit is contained in:
parent
ec44d1c5d6
commit
db84cf44fa
|
|
@ -288,7 +288,7 @@ export default function Home() {
|
|||
<table style={{ width: '100%', borderCollapse: 'collapse', fontSize: '13px' }}>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style={{ padding: '8px', textAlign: 'left', color: '#22c55e', borderBottom: '1px solid rgba(255,255,255,0.1)', fontSize: '14px', width: '80px' }}>平均成交价</th>
|
||||
<th style={{ padding: '8px', textAlign: 'left', color: '#22c55e', borderBottom: '1px solid rgba(255,255,255,0.1)', fontSize: '12px', width: '70px' }}>平均成交价</th>
|
||||
{['标百', '标十', '单张'].map(p => (
|
||||
<th key={p} style={{ padding: '8px', textAlign: 'center', color: '#94a3b8', borderBottom: '1px solid rgba(255,255,255,0.1)' }}>{p}</th>
|
||||
))}
|
||||
|
|
|
|||
|
|
@ -578,7 +578,7 @@ export default function News() {
|
|||
<table style={{ width: '100%', borderCollapse: 'collapse', fontSize: '13px' }}>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style={{ padding: '8px', textAlign: 'left', color: '#22c55e', borderBottom: '1px solid rgba(255,255,255,0.1)', fontSize: '14px', width: '80px' }}>平均成交价</th>
|
||||
<th style={{ padding: '8px', textAlign: 'left', color: '#22c55e', borderBottom: '1px solid rgba(255,255,255,0.1)', fontSize: '12px', width: '70px' }}>平均成交价</th>
|
||||
{packagings.map(p => (
|
||||
<th key={p} style={{ padding: '8px', textAlign: 'center', color: '#94a3b8', borderBottom: '1px solid rgba(255,255,255,0.1)' }}>{p}</th>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Reference in New Issue