From 7f2a19c1716c4401967f12b3a984261560bf8124 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 27 Jun 2024 02:41:03 +0000 Subject: [PATCH] fix --- src/oj/contest/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oj/contest/list.vue b/src/oj/contest/list.vue index a7b51ae..2ecfcac 100644 --- a/src/oj/contest/list.vue +++ b/src/oj/contest/list.vue @@ -45,7 +45,7 @@ const columns: DataTableColumn[] = [ { title: renderTableTitle("比赛", "streamline-emojis:bouquet"), key: "title", - minWidth: isDesktop.value ? 360 : 200, + minWidth: isDesktop.value ? 360 : 300, render: (row) => h(ContestTitle, { contest: row }), }, {