添加一言

This commit is contained in:
2025-05-10 23:50:58 +08:00
parent 805cbac1ff
commit 0b235e5913
9 changed files with 104 additions and 64 deletions

View File

@@ -5,7 +5,7 @@
<n-input
placeholder="用户(可选)"
v-model:value="query.username"
style="width: 200px;"
style="width: 200px"
clearable
/>
</n-form-item>
@@ -13,7 +13,7 @@
<n-input
placeholder="题号(可选)"
v-model:value="query.problem"
style="width: 200px;"
style="width: 200px"
clearable
/>
</n-form-item>