windy 6 years ago
parent
commit
45e585ceae
  1. 6
      src/base/single/editor/editor.textarea.js

6
src/base/single/editor/editor.textarea.js

@ -30,7 +30,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
type: "bi.adaptive", type: "bi.adaptive",
items: [this.content] items: [this.content]
}, },
left: 10, left: 4,
right: 10, right: 10,
top: 4, top: 4,
bottom: 8 bottom: 8
@ -83,7 +83,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
type: "bi.text_button", type: "bi.text_button",
cls: "bi-water-mark cursor-default", cls: "bi-water-mark cursor-default",
textAlign: "left", textAlign: "left",
height: 22, height: 20,
text: o.watermark, text: o.watermark,
invalid: o.invalid, invalid: o.invalid,
disabled: o.disabled disabled: o.disabled
@ -96,7 +96,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
element: this, element: this,
items: [{ items: [{
el: this.watermark, el: this.watermark,
left: 10, left: 4,
top: 4, top: 4,
right: 0 right: 0
}] }]

Loading…
Cancel
Save