diff --git a/ruoyi-admin/src/main/resources/templates/system/notice/add.html b/ruoyi-admin/src/main/resources/templates/system/notice/add.html index b105ab33..d4c2fdb0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/notice/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/notice/add.html @@ -8,29 +8,29 @@
- -
+ +
- -
+ +
- -
+ +
- -
+ +
@@ -45,7 +45,8 @@ var prefix = ctx + "system/notice"; $('.summernote').summernote({ - height : '220px', + placeholder: '请输入公告内容', + height : 192, lang : 'zh-CN', callbacks: { onImageUpload: function (files) { diff --git a/ruoyi-admin/src/main/resources/templates/system/notice/edit.html b/ruoyi-admin/src/main/resources/templates/system/notice/edit.html index b31f427c..cfc74436 100644 --- a/ruoyi-admin/src/main/resources/templates/system/notice/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/notice/edit.html @@ -9,29 +9,29 @@
- -
+ +
- -
+ +
- -
+ +
- -
+ +
@@ -47,7 +47,8 @@ $(function() { $('.summernote').summernote({ - height : '220px', + placeholder: '请输入公告内容', + height : 192, lang : 'zh-CN', callbacks: { onImageUpload: function (files) {