This commit is contained in:
2024-06-27 02:38:09 +00:00
parent 68e93a7f36
commit e8d7ee3345

View File

@@ -21,7 +21,7 @@ const columns: DataTableColumn<Announcement>[] = [
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",