hanbaoshan
2020-12-29 6a2876551a48aed05e2955da55e244108993b366
标注页实景坐标回显bug修复
1个文件已修改
10 ■■■■ 已修改文件
src/pages/panoramicView/components/LabelMark.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/panoramicView/components/LabelMark.vue
@@ -116,7 +116,8 @@
                class="img-wrap"
                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>&nbsp;<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 {
      position: relative;
      .img-area{
        position: relative;
      }
      .label {
        position: absolute;
        border-radius: 50%;