From e340a242d862d595dc9ed2c8b5a88eb555c1df04 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 25 Jul 2019 09:26:22 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-19888=20textareaeditor=E6=B0=B4=E5=8D=B0?= =?UTF-8?q?=E5=8F=AF=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/editor/editor.textarea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/editor/editor.textarea.js b/src/base/single/editor/editor.textarea.js index 9b51b63c7..0e66cf283 100644 --- a/src/base/single/editor/editor.textarea.js +++ b/src/base/single/editor/editor.textarea.js @@ -83,7 +83,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { type: "bi.text_button", cls: "bi-water-mark cursor-default", textAlign: "left", - height: 20, + whiteSpace: "normal", text: o.watermark, invalid: o.invalid, disabled: o.disabled