zhangzengfei
2021-01-08 18aab756737ccbe20c5b79ec3ad78a4f5bdc7821
src/pages/panoramicView/components/LabelMark.vue
@@ -134,12 +134,11 @@
                  :style="{left:`${item.x}px`, top:`${item.y}px`, backgroundColor: colorPick, width: `${dotSize}px`, height: `${dotSize}px` }"
                >
                  <span class="text" v-show="item.isShow">
                    <b>{{item.x}},</b>&nbsp;<b>{{item.y}}</b>
                      <b>{{item.x}},</b>&nbsp;
                      <b>{{item.y}}</b>
                  </span>
                </div>
              </div>
              </div>
              <div class="pos" v-show="isShowCurPos">
                当前位置:
@@ -224,7 +223,6 @@
  data () {
    return {
      screenHeight: 0,
      actPage: 1,
      labels: [],
      colorPick: '#79f2fb',
      dotSize: 3,
@@ -509,7 +507,7 @@
  }
  .resize-bar:hover ~ .resize-line::after,
  .resize-bar:active ~ .resize-line::after {
    content: '';
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;