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

@@ -98,7 +98,7 @@ onMounted(init)
v-model:value="announcement.content"
: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>

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>

View File

@@ -511,7 +511,7 @@ watch(
</n-flex>
</template>
</n-alert>
<n-space justify="space-between">
<n-space style="margin-bottom: 100px;" justify="space-between">
<n-form inline label-placement="left" :show-feedback="false">
<n-form-item label="语言">
<n-checkbox-group v-model:value="problem.languages">