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>