月球大数据地理空间分析展示平台-【前端】-月球2期前端
surprise
2023-10-26 19a4741002f4208bf7fc951cbf3219897af5699a
src/views/plotting/plotting.vue
@@ -286,6 +286,7 @@
watch(
  () => store.state.plottingInquireData,
  (nVal, oVal) => {
    if(!nVal)return
    if (nVal.isshow == false) {
      //列表删除联动
      if (nVal.entitiesData != {} && nVal.entitiesData.name) {
@@ -295,6 +296,7 @@
            break;
          }
        }
        store.state.plottingInquireData = null
      }
    }
  },
@@ -365,8 +367,8 @@
          margin-right: 18px;
        }
        .btn_box_d {
          width: 17px;
          height: 18px;
          width: 30px;
          height: 30px;
          background: url("../../assets/img/d.png") no-repeat center;
          background-size: 100% 100%;
        }
@@ -375,8 +377,8 @@
          background-size: 100% 100%;
        }
        .btn_box_x {
          width: 26px;
          height: 27px;
          width: 30px;
          height: 30px;
          background: url("../../assets/img/x.png") no-repeat center;
          background-size: 100% 100%;
        }
@@ -385,8 +387,8 @@
          background-size: 100% 100%;
        }
        .btn_box_m {
          width: 22px;
          height: 20px;
          width: 30px;
          height: 30px;
          background: url("../../assets/img/m.png") no-repeat center;
          background-size: 100% 100%;
          margin-right: 0;