This commit is contained in:
2024-10-03 23:20:47 +08:00
parent 07548f5395
commit 2101e9a608
5 changed files with 7 additions and 6 deletions

View File

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