From 9315963cceb6260a5e18dccabdf7e94851586b28 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 21 May 2026 19:40:25 -0600 Subject: [PATCH] update --- src/admin/contest/list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/contest/list.vue b/src/admin/contest/list.vue index b0b936f..4d16ae0 100644 --- a/src/admin/contest/list.vue +++ b/src/admin/contest/list.vue @@ -55,7 +55,7 @@ const columns: DataTableColumn[] = [ { title: "创建者", key: "created_by", - width: 100, + width: 120, render: (row) => row.created_by.username, }, { @@ -67,7 +67,7 @@ const columns: DataTableColumn[] = [ { title: "可见", key: "visible", - width: 80, + width: 100, render: (row) => h(NSwitch, { value: row.visible,