From d02fdcbb78e1908f65b43e4d2e160dc2d9e7dd6f Mon Sep 17 00:00:00 2001 From: RuoYi Date: Sun, 21 Apr 2019 14:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=85=AC=E5=91=8A=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/notice/add.html | 19 ++++++++++--------- .../templates/system/notice/edit.html | 19 ++++++++++--------- 2 files changed, 20 insertions(+), 18 deletions(-) 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) {