src/pages/panoramicView/components/LabelMark.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/panoramicView/components/LabelMark.vue
@@ -117,6 +117,7 @@ v-if="panoramaPath" :style="{width:fixedW+'px',height:fixedH+'px'}" > <div class="img-area" :style="{width:imgW+'px',height:imgH+'px'}"> <img v-if="panoramaPath" :style="{width:imgW+'px',height:imgH+'px'}" @@ -136,6 +137,9 @@ <b>{{item.x}},</b> <b>{{item.y}}</b> </span> </div> </div> </div> <div class="pos" v-show="isShowCurPos"> 当前位置: @@ -682,7 +686,9 @@ display: flex; padding-bottom: 30px; .img-wrap { .img-area{ position: relative; } .label { position: absolute; border-radius: 50%;