标题 问题: tooltip提示框组件被挡住,如下图 解决办法: tooltip: { position:function(p, params, dom, rect, size){ return dom.style.transform = 'translateZ(0)'; }, },