zhangzengfei
2021-06-22 64bfaced864a1102745ccfd8a4672c96d7557771
调整全景跟踪画板位置
2个文件已修改
12 ■■■■ 已修改文件
src/pages/panoramicView/components/History.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/panoramicView/components/LabelMark.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/panoramicView/components/History.vue
@@ -127,6 +127,9 @@
      ]
    }
  },
  mounted() {
    this.searchData();
  },
  methods: {
    checkTime() {
      if (!this.searchTime) {
src/pages/panoramicView/components/LabelMark.vue
@@ -583,7 +583,8 @@
  }
  .action-bar {
    width: 960px;
    margin: auto;
    // margin: auto;
    margin-left: 100px;
    margin-top: 30px;
    //margin-bottom: 20px;
    text-align: right;
@@ -594,7 +595,8 @@
    }
  }
  .drawboard {
    margin: auto;
    // margin: auto;
    margin-left: 100px;
    width: 960px;
    height: 540px;
    margin-bottom: 130px;
@@ -688,7 +690,8 @@
  }
  .panorama-info {
    width: 1070px;
    margin: 0 auto;
    // margin: 0 auto;
    margin-left: 100px;
    display: flex;
    padding-bottom: 30px;
    .img-wrap {