From 220da4adb3131fb1c84fef090b189c26d04b3477 Mon Sep 17 00:00:00 2001 From: zsmj1994 Date: Tue, 15 Dec 2020 10:01:55 +0800 Subject: [PATCH] =?UTF-8?q?DEC-16252=20fix=20:=20bi.editor=E6=B0=B4?= =?UTF-8?q?=E5=8D=B0=E7=9A=84=E9=97=B4=E8=B7=9D=E4=B8=8Esign=5Feditor,shil?= =?UTF-8?q?ter=5Feditro=20=E7=AD=89=E5=85=B6=E4=BB=96editor=E7=9A=84text?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/editor/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/editor/editor.js b/src/base/single/editor/editor.js index 0d042cb00..8fbd987a3 100644 --- a/src/base/single/editor/editor.js +++ b/src/base/single/editor/editor.js @@ -191,7 +191,7 @@ BI.Editor = BI.inherit(BI.Single, { cls: "bi-water-mark", text: this.options.watermark, height: o.height - 2 * o.vgap - o.tgap, - hgap: o.hgap - 2, + hgap: 2, whiteSpace: "nowrap", textAlign: "left" });