Browse Source

BI-46461 fix: safari的title显示兼容

es6
windy 5 years ago
parent
commit
e67410782d
  1. 3
      src/base/single/tip/tip.tooltip.js

3
src/base/single/tip/tip.tooltip.js

@ -62,7 +62,8 @@ BI.Tooltip = BI.inherit(BI.Tip, {
textAlign: "left",
whiteSpace: "normal",
text: o.text,
textHeight: 16,
height: o.height,
textHeight: o.height - 2,
hgap: this._const.hgap
});
}

Loading…
Cancel
Save