Browse Source

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

es6
zsmj1994 4 years ago
parent
commit
220da4adb3
  1. 2
      src/base/single/editor/editor.js

2
src/base/single/editor/editor.js

@ -191,7 +191,7 @@ BI.Editor = BI.inherit(BI.Single, {
cls: "bi-water-mark",
text: this.options.watermark,
height: o.height - 2 * o.vgap - o.tgap,
hgap: o.hgap - 2,
hgap: 2,
whiteSpace: "nowrap",
textAlign: "left"
});

Loading…
Cancel
Save