add class username
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-01-19 17:11:43 +08:00
parent f86bee9879
commit 97d3dabf4f
4 changed files with 56 additions and 10 deletions

View File

@@ -357,7 +357,7 @@ const flowchartColumns: DataTableColumn<FlowchartSubmissionListItem>[] = [
<n-form-item>
<n-input
:disabled="query.myself === '1'"
style="width: 140px;"
style="width: 140px"
clearable
v-model:value="query.username"
placeholder="用户"
@@ -365,7 +365,7 @@ const flowchartColumns: DataTableColumn<FlowchartSubmissionListItem>[] = [
</n-form-item>
<n-form-item>
<n-input
style="width: 120px;"
style="width: 120px"
clearable
v-model:value="query.problem"
placeholder="题号"