fix
This commit is contained in:
@@ -158,6 +158,7 @@ function rowProps(row: Contest) {
|
||||
</n-form-item>
|
||||
<n-form-item>
|
||||
<n-input
|
||||
class="input"
|
||||
clearable
|
||||
v-model:value="query.keyword"
|
||||
placeholder="比赛标题"
|
||||
@@ -191,4 +192,8 @@ function rowProps(row: Contest) {
|
||||
.select {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.input {
|
||||
width: 200px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user