vue遮罩层出现禁止穿透遮罩滚动页面

我不是女神ヾ 2023-07-07 03:40 203阅读 0赞

在这里插入图片描述
直接在标签上加@touchmove.prevent

  1. <div class="img-view" @click="bigImg" @touchmove.prevent>
  2. <!-- 遮罩层 -->
  3. <div class="img-layer" @touchmove.prevent></div>
  4. <div class="img" @touchmove.prevent>
  5. <img :src="imgurl" @touchmove.prevent>
  6. </div>
  7. </div>

发表评论

表情:
评论列表 (有 0 条评论,203人围观)

还没有评论,来说两句吧...

相关阅读