详情弹窗在图片上拖动时,弹窗移动异常问题
parent
50b8c1ee45
commit
64fbd47b89
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="close-button" @click="closeModal"></div>
|
||||
<div class="info-title">火情预警信息</div>
|
||||
<div class="show-image">
|
||||
<div class="show-image" @mousedown="(event) => event.stopPropagation()">
|
||||
<div class="prev-button" @click="prevImage"></div>
|
||||
<div class="image-div">
|
||||
<el-carousel ref="carousel" indicator-position="outside" height="170px" arrow="never" :autoplay="false">
|
||||
|
|
|
|||
Loading…
Reference in New Issue