add title.

This commit is contained in:
2023-03-30 19:24:15 +08:00
parent eb652d1c86
commit 451e8d7c70
8 changed files with 78 additions and 34 deletions

View File

@@ -44,13 +44,13 @@ onMounted(init)
:column="2"
label-style="width: 50%"
>
<n-descriptions-item label="已解决的题数量">
<n-descriptions-item label="已解决的题数量">
{{ profile.accepted_number }}
</n-descriptions-item>
<n-descriptions-item label="总提交数">
{{ profile.submission_number }}
</n-descriptions-item>
<n-descriptions-item v-if="problems.length" label="已解决的题" :span="2">
<n-descriptions-item v-if="problems.length" label="已解决的题" :span="2">
<n-space>
<n-button
v-for="id in problems"