hanbaoshan
2020-12-29 4fb905d2af3a695a6720111e8ca3708fc6d2034f
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%;