@ -8,7 +8,7 @@
data-id="{{item.pointId}}"
data-show="{{item.show}}"
class="point"
style="left:{{(item.position.relativeX * 100) + '%'}}; top:{{(item.position.relativeY * 100) + '%'}}"
style="left:calc({{(item.position.relativeX * 100) + '%'}} - 3px); top:calc({{(item.position.relativeY * 100) + '%'}} - 3px)"
bind:tap="calcTooltip"
></image>
<view
@ -10,8 +10,8 @@
.image-box .point {
position: absolute;
width: 10px;
height: 10px;
width: 12px;
height: 12px;
}
.image-box .tooltip {