1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 12:10:20 +08:00

mod: 调整示例页面

This commit is contained in:
张传龙
2022-05-13 15:09:41 +08:00
parent 1254a199d7
commit bfd048d40a
2 changed files with 90 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div pb-20>
<div p-20>
<div class="header">
<input v-model="post.title" type="text" placeholder="输入文章标题..." class="title" />
<n-button type="primary" style="width: 80px" :loading="btnLoading" @click="handleSavePost">保存</n-button>
</div>
<MdEditor v-model="post.content" style="height: calc(100vh - 200px)" />
<MdEditor v-model="post.content" style="height: calc(100vh - 210px)" />
</div>
</template>