aamin 1 anno fa
parent
commit
3f2160ad0b
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/views/HotspotDetail1.vue

+ 1 - 2
src/views/HotspotDetail1.vue

@@ -12,8 +12,6 @@
         )
     "
     @mousedown="onMouseDown"
-    @mousemove="onMouseMove"
-    @mouseup="onMouseUp"
   >
     <!-- 左上角 -->
     <img
@@ -50,6 +48,7 @@
         pageLev === item.id ? 'HD1_3Ac' : ''
       } ${imgBottomLoc(pageLev, item.id)} ${pageShow ? 'HD1_3AcBottom' : ''}
       `"
+      :style="{cursor: pageShow ? 'grab' : ''}"
       @click="ImgClick(item, index)"
     >
       <div