zhangzengfei
2021-12-14 ff9b976bde73fe1d31e9b84cf1fa6b91e1b79dbc
src/components/searching/UploadImg.vue
@@ -6,7 +6,7 @@
        <i
          class="iconfont iconchushaixuanxiang close"
          style="margin-left:200px;cursor:pointer;color:#ccc"
          @click="VideoPhotoData.uploadDiaplay = false"
          @click="closeUploadImg"
        ></i>
      </h2>
      <p class="compearValue">
@@ -171,6 +171,10 @@
    })
  },
  methods: {
    closeUploadImg() {
      console.log(location.href)
      this.VideoPhotoData.uploadDiaplay = false
    },
    selectChange() {
      if (!this.compareTabs.includes("esData") && this.compareTabs.length > 0) {
        for (let i = 0; i < this.VideoPhotoData.tabsForUploadImg.length; i++) {
@@ -307,6 +311,9 @@
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  .el-button--info{
    color: #222;
  }
  .upload-area {
    width: 300px;
    height: 100%;
@@ -352,7 +359,10 @@
      padding: 5px;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      img {
        width: 100%;
        object-fit: contain;
        cursor: pointer;
        border-radius: 3px;