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,
items: [{
el: this.watermark,
left: 3,
right: 3,
left: this.options.hgap,
right: this.options.hgap,
top: 0,
bottom: 0,
}],

Loading…
Cancel
Save