摘要:
实现效果 代码 <template> <view class="con"> <template v-if="viewWidth"> <movable-area class="area" :style="{ height: areaHeight }" @mouseenter="mouseenter" 阅读全文
posted @ 2026-03-30 14:13
fanjiajia
阅读(4)
评论(0)
推荐(0)
有的需求需要一次移入事件展示多个图标的tooltip方便用户查看,效果如下效果一: 链接如下 : e-chart主要配置是 tooltip: { trigger: 'axis', axisPointer: { animation: false } }, axisPointer: { link: [ 阅读全文