修改列宽 (#106)

修改列宽

---------

Co-authored-by: guke <guke@autohome.com.cn>
Reviewed-on: #106
This commit is contained in:
2026-08-04 19:08:41 +08:00
parent b776475a21
commit 3a223804d3
+1 -1
View File
@@ -402,7 +402,7 @@ export default function ComparisonRecordsPage() {
</div>
),
},
{ title: '状态', dataIndex: 'admin_status', width: 88, render: (_: string, r) => (
{ title: '状态', dataIndex: 'admin_status', width: 108, render: (_: string, r) => (
<span>
<Tag color={STATUS_COLOR[r.admin_status]}>{STATUS_LABEL[r.admin_status] || r.admin_status}</Tag>
{r.outcome_hint && (