This commit is contained in:
2024-06-27 02:35:52 +00:00
parent 9fb9e84e90
commit 68e93a7f36
2 changed files with 2 additions and 2 deletions

View File

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