From 8f175ee42298029aa8a4222747d4fd43a8b1db34 Mon Sep 17 00:00:00 2001 From: zsmj1994 Date: Tue, 15 Dec 2020 09:13:09 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/single/editor/editor.js b/src/base/single/editor/editor.js index 9af71c408..f24d4b3fe 100644 --- a/src/base/single/editor/editor.js +++ b/src/base/single/editor/editor.js @@ -251,8 +251,8 @@ BI.Editor = BI.inherit(BI.Single, { element: this.contentWrapper, items: [{ el: this.watermark, - left: 3, - right: 3, + left: this.options.hgap, + right: this.options.hgap, top: 0, bottom: 0, }],