This commit is contained in:
2025-03-06 20:14:04 +08:00
parent 77b5acef0c
commit 53586df263
9 changed files with 846 additions and 468 deletions

View File

@@ -104,6 +104,7 @@ watch(
<n-button @click="router.push('/admin/contest/create')">新比赛</n-button>
<div>
<n-input
style="width: 200px"
clearable
@change="listRanks"
v-model:value="query.username"

View File

@@ -81,7 +81,7 @@ function handleAll() {
<n-switch v-model:value="needKs" />
<span>前面带上 ks</span>
</n-flex>
<n-input v-model:value="prefix" placeholder="班级号" />
<n-input style="width: 200px;" v-model:value="prefix" placeholder="班级号" />
<n-input
type="textarea"
class="inputArea"