Surpriseplus
2022-10-20 0f0d87ffbe149d47342d2bf5d5e9ae6ce130c901
src/views/Synthesis/coverage.vue
@@ -2,7 +2,7 @@
  <div id="coverage" class="coverage">
    <ul>
      <li
style="margin-left: 10px; width: 130px"
        style="margin-left: 10px; width: 130px"
        @click="checkCourvage(item)"
        v-for="item in itemsOne"
      >
@@ -46,11 +46,12 @@
  methods: {
    checkCourvage(res) {
      var res_val = {
        url: '',
        name: res.name,
      };
      this.$bus.$emit('changetool', res_val);
      switch (res.id) {
        case '1': //图层管理
          // 打开工程树弹窗
          break;
      }
    },
  },
};
@@ -88,7 +89,7 @@
  background: url('../../assets/img/synthesis/图层 35.png') no-repeat center;
}
.backimge {
    width: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: 100% 100%;