|
|
@ -17,8 +17,7 @@ BI.Tooltip = BI.inherit(BI.Tip, { |
|
|
|
text: "", |
|
|
|
text: "", |
|
|
|
level: "success", // success或warning
|
|
|
|
level: "success", // success或warning
|
|
|
|
stopEvent: false, |
|
|
|
stopEvent: false, |
|
|
|
stopPropagation: false, |
|
|
|
stopPropagation: false |
|
|
|
height: 18 |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
@ -62,8 +61,7 @@ BI.Tooltip = BI.inherit(BI.Tip, { |
|
|
|
textAlign: "left", |
|
|
|
textAlign: "left", |
|
|
|
whiteSpace: "normal", |
|
|
|
whiteSpace: "normal", |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
height: o.height, |
|
|
|
textHeight: 18, |
|
|
|
textHeight: o.height - 2, |
|
|
|
|
|
|
|
hgap: this._const.hgap |
|
|
|
hgap: this._const.hgap |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|