Browse Source

防止富文本点击按钮弹框时,页面会回到顶部

RuoYi 3 years ago
parent
commit
5f55ce945b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ruoyi-admin/src/main/resources/templates/system/notice/add.html

+ 1 - 0
ruoyi-admin/src/main/resources/templates/system/notice/add.html

@@ -49,6 +49,7 @@
 			height : 192,
 			lang : 'zh-CN',
 			followingToolbar: false,
+			dialogsInBody: true,
 			callbacks: {
                 onImageUpload: function (files) {
                     sendFile(files[0], this);