派生自 wuyushui/SewerAndRainNetwork

wangrui
2020-12-23 3eda2a49edc60f3961604223f557dcd6ab6db94f
src/components/LayerController/LayerController.vue
@@ -16,7 +16,7 @@
    </div>
    <div class="bodyBox" id="panelContent">
      <div id="panelInnerContent" style="height: auto; overflow: hidden;">
        <slot>图层数据暂未加载......</slot>
        <slot></slot>
      </div>
    </div>
  </div>
@@ -196,7 +196,7 @@
  }
  .bodyBox{
    background-color: rgba(0x04, 0x52, 0x7f, 0.6);
    background-color: rgba(44,62,80, 0.6);
    border: 1px solid #10488c;
    margin-top: -1px;
    height: auto;