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",