This commit is contained in:
2023-11-20 12:51:44 +08:00
parent a9385c77c4
commit ab985ff65f
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ const columns: DataTableColumn<Rank>[] = [
() => row.user.username,
),
},
{ title: "自我介绍", key: "mood", minWidth: 200 },
{ title: "个性签名", key: "mood", minWidth: 200 },
{ title: "已解决", key: "accepted_number", width: 100 },
{ title: "提交数", key: "submission_number", width: 100 },
{