From e8d7ee33456bcf2d6774c5040d8562cf59459196 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 27 Jun 2024 02:38:09 +0000 Subject: [PATCH] fix --- src/oj/announcement/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oj/announcement/list.vue b/src/oj/announcement/list.vue index c6bdf51..6819469 100644 --- a/src/oj/announcement/list.vue +++ b/src/oj/announcement/list.vue @@ -21,7 +21,7 @@ const columns: DataTableColumn[] = [ key: "title", title: renderTableTitle("公告标题", "streamline-emojis:fire"), render: (row) => h(TitleWithTag, { title: row.title, top: row.top }), - minWidth: isDesktop.value ? 300 : 200, + minWidth: 300, }, { key: "tag",