antd tooltip在页面滚动后定位失效问题

1.鼠标移上mouseover事件中显示时执行刷新定位操作

const tooltip = document.querySelector('.ant-tooltip');
          if (tooltip) {
            tooltip.style.display = 'none';
            setTimeout(() => {
              tooltip.style.display = 'block';
            }, 0);

你可能感兴趣的:(数学建模)