announcement.

This commit is contained in:
2023-12-22 10:31:32 +08:00
parent 8f716a7ef1
commit 0c6a1db4e4
12 changed files with 356 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ const contest = reactive<BlankContest & { id: number }>({
rule_type: "ACM",
password: "",
real_time_rank: true,
visible: true,
visible: false,
allowed_ip_ranges: [],
})
@@ -112,7 +112,9 @@ onMounted(getContestDetail)
v-model:value="contest.description"
:min-height="200"
/>
<n-button type="primary" @click="submit">保存</n-button>
<n-space justify="end">
<n-button type="primary" @click="submit">保存</n-button>
</n-space>
</template>
<style scoped>