Compare commits

...

1 Commits

Author SHA1 Message Date
guke 79417d4cd1 修改列宽 (#106)
修改列宽

---------

Co-authored-by: guke <guke@autohome.com.cn>
Reviewed-on: #106
2026-08-04 19:08:41 +08:00
+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 && (