this.$refs.tooltip.getBoundingClientRect() => 用于获取某个元素相对于视窗的位置集合。集合中有top, right, bottom, left等属性。鼠标跟随: e.clientX - this.$refs.tooltip.getBoundingClientRect().width/2e.clientY - this.$refs.tooltip.getBoundingClientRect().height 效果: