Browse Source

DEC-16252 fix : bi.editor水印的间距与sign_editor,shilter_editro 等其他editor的text一致

es6
zsmj1994 4 years ago
parent
commit
8f175ee422
  1. 4
      src/base/single/editor/editor.js

4
src/base/single/editor/editor.js

@ -251,8 +251,8 @@ BI.Editor = BI.inherit(BI.Single, {
element: this.contentWrapper, element: this.contentWrapper,
items: [{ items: [{
el: this.watermark, el: this.watermark,
left: 3, left: this.options.hgap,
right: 3, right: this.options.hgap,
top: 0, top: 0,
bottom: 0, bottom: 0,
}], }],

Loading…
Cancel
Save