This commit is contained in:
2025-01-15 11:55:28 +08:00
parent 9be8827b6c
commit 1ea808e3ff
15 changed files with 29 additions and 16 deletions

View File

@@ -127,7 +127,7 @@ onMounted(getContestDetail)
v-model:value="contest.description"
:min-height="200"
/>
<n-flex style="margin-bottom: 100px;" justify="end">
<n-flex style="margin-bottom: 100px" justify="end">
<n-button type="primary" @click="submit">保存</n-button>
</n-flex>
</template>