commit
All checks were successful
Deploy to Server / deploy (push) Successful in 27s

This commit is contained in:
jeremygan2021
2026-03-11 23:04:37 +08:00
parent 8b11d0aab1
commit d28ecf98ea
6 changed files with 49 additions and 11 deletions

View File

@@ -315,7 +315,7 @@ const CompetitionDetail = () => {
<div style={{ color: '#888', fontSize: 12 }}>{project.contestant_info?.nickname}</div>
</div>
<div style={{ fontSize: isMobile ? 18 : 24, color: '#00b96b', fontWeight: 'bold' }}>
{project.final_score ?? '待定'}
{project.final_score || 0}
</div>
</div>
))}

View File

@@ -91,7 +91,7 @@ const ProjectDetail = () => {
</Descriptions.Item>
<Descriptions.Item label="最终得分">
<span style={{ color: '#00b96b', fontSize: 18, fontWeight: 'bold' }}>
{project.final_score ?? '待定'}
{project.final_score || 0}
</span>
</Descriptions.Item>
<Descriptions.Item label="状态">