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

@@ -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>