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

@@ -45,7 +45,7 @@ const columns: DataTableColumn<Contest>[] = [
{
title: renderTableTitle("比赛", "streamline-emojis:bouquet"),
key: "title",
minWidth: isDesktop ? 360 : 0,
minWidth: isDesktop.value ? 360 : 0,
render: (row) => h(ContestTitle, { contest: row }),
},
{