From 3dd8ec03b913e7ac7f30cbb342bdc3380fc7e1e8 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 24 Sep 2020 10:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ueditor=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E7=9A=84=E6=97=B6=E5=80=99=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/src/main/resources/static/ueditor/1.4/ueditor.all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/static/ueditor/1.4/ueditor.all.js b/modules/core/src/main/resources/static/ueditor/1.4/ueditor.all.js index eeb0a1b9..954c5eae 100644 --- a/modules/core/src/main/resources/static/ueditor/1.4/ueditor.all.js +++ b/modules/core/src/main/resources/static/ueditor/1.4/ueditor.all.js @@ -7131,7 +7131,7 @@ var fillCharReg = new RegExp(domUtils.fillChar, 'g'); this.iframe.parentNode.style.height = height + 'px'; } !notSetHeight && (this.options.minFrameHeight = this.options.initialFrameHeight = height); - this.body.style.height = height + 'px'; + //this.body.style.height = height + 'px'; // 设置高的时候会出现多余的垂直滚动条 !notSetHeight && this.trigger('setHeight') },