From 45e585ceae290cfa75742cab474a0112a059114b Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Mon, 27 May 2019 14:35:13 +0800 Subject: [PATCH] update --- src/base/single/editor/editor.textarea.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/base/single/editor/editor.textarea.js b/src/base/single/editor/editor.textarea.js index fc04fca2d..1d3fd93f0 100644 --- a/src/base/single/editor/editor.textarea.js +++ b/src/base/single/editor/editor.textarea.js @@ -30,7 +30,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { type: "bi.adaptive", items: [this.content] }, - left: 10, + left: 4, right: 10, top: 4, bottom: 8 @@ -83,7 +83,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { type: "bi.text_button", cls: "bi-water-mark cursor-default", textAlign: "left", - height: 22, + height: 20, text: o.watermark, invalid: o.invalid, disabled: o.disabled @@ -96,7 +96,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { element: this, items: [{ el: this.watermark, - left: 10, + left: 4, top: 4, right: 0 }]