This commit is contained in:
2024-06-27 02:33:04 +00:00
parent 50c3f837e7
commit 9fb9e84e90
4 changed files with 4 additions and 4 deletions

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 ? 300 : 0,
minWidth: isDesktop.value ? 300 : 0,
},
{
key: "tag",