From 184bb04bc2ca9991eacb88ab1709f6284db71075 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 24 八月 2020 10:26:44 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue --- ruoyi-ui/src/views/system/notice/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/system/notice/index.vue b/ruoyi-ui/src/views/system/notice/index.vue index e769bb0..d31c2d4 100644 --- a/ruoyi-ui/src/views/system/notice/index.vue +++ b/ruoyi-ui/src/views/system/notice/index.vue @@ -159,12 +159,12 @@ </el-col> <el-col :span="24"> <el-form-item label="鍐呭"> - <Editor v-model="form.noticeContent" /> + <editor v-model="form.noticeContent" :min-height="192"/> </el-form-item> </el-col> </el-row> </el-form> - <div slot="footer" class="dialog-footer" style="padding-top:30px"> + <div slot="footer" class="dialog-footer"> <el-button type="primary" @click="submitForm">纭� 瀹�</el-button> <el-button @click="cancel">鍙� 娑�</el-button> </div> -- Gitblit v1.9.3