fix
This commit is contained in:
@@ -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 }),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user