From cc6fa03d903b7bb129238d4263d8df4769366e38 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 9 May 2025 21:18:20 +0800 Subject: [PATCH] update --- src/admin/problem/list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/problem/list.vue b/src/admin/problem/list.vue index e117e4d..d8f7391 100644 --- a/src/admin/problem/list.vue +++ b/src/admin/problem/list.vue @@ -37,10 +37,10 @@ const query = reactive({ }) const columns: DataTableColumn[] = [ - { title: "ID", key: "id", width: 80 }, + { title: "ID", key: "id", width: 100 }, { title: "显示编号", key: "_id", width: 100 }, { title: "标题", key: "title", minWidth: 300 }, - { title: "出题人", key: "username", width: 120 }, + { title: "出题人", key: "username", width: 160 }, { title: "创建时间", key: "create_time",