派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-13 6d98f628a46e6ba25af1faafd3a2f64bd7c4e71a
src/components/LayerController/modules/LcServiceLayer.vue
@@ -53,8 +53,13 @@
      item.checked = !item.checked
      this.toggleLayer(item)
      this.swLayers(item.layers, item.checked)
      // 判断是否是点击 专题图层 下的子节点
      if (v === '专题图层') {
        bus.$emit('changeSearchBar', item)
      }
      // 判断是否点击的 一级专题图层
      if (item.name === '专题图层') {
        console.log(item, '88888888888888')
      }
      this.serviceLayers.forEach(function (item1, index1) {
@@ -129,9 +134,10 @@
        .wms-panel {
            .wms-panel-scrollbar{
                height: 600px;
                // height: 600px;
                //width: 285px;
               // width: 1.79rem;
                height: 70vh;
                width:2.1rem;
                font-size: 14px;
            }