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