提交 178f39b2 编写于 作者: K Kener

add css class into tooltip's dom #940

上级 c05456a9
......@@ -72,6 +72,7 @@ define(function (require) {
this._tDom.onmouseout = function() {
self._mousein = false;
};
this._tDom.className = 'echarts-tooltip';
this._tDom.style.position = 'absolute'; // 不是多余的,别删!
this.hasAppend = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册