派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-07 48f5ceebb86c2341010cc17d2298eb694afa0822
修改bug
3个文件已修改
8 ■■■■ 已修改文件
src/components/LayerController/LayerController.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/LayerController/modules/LcServiceLayerFilter.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/panel/ToolBoxPanel.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/LayerController/LayerController.vue
@@ -2,7 +2,7 @@
  <div :class='["float-panel",layerControllerVisible ? "active" : ""]' >
    <div @click="showPanel" class="iconBtn" :class='layerControllerVisible ? "active-button" : ""' v-show="!layerControllerVisible" style="  position: absolute;top:0;left: 0;">
        <img src="@assets/images/map-pages/icon/layer.png" alt="" class="icon">
        <span class="icon-name">图层</span>
<!--        <span class="icon-name">图层</span>-->
    </div>
    <transition name="animationChange">
      <div :class="'legend-content map-background'" v-show="layerControllerVisible">
@@ -247,7 +247,7 @@
    background:@background-color;
  }
  .legend-content{
    width:  1.79167rem;
    width: 2.2rem;
  }
}
src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -103,7 +103,7 @@
        font-size: 13px;
        position: absolute;
        left: 230px;
        left: 270px;
        z-index: 1000;
        height: 220px;
        top: 0;
src/components/panel/ToolBoxPanel.vue
@@ -3,7 +3,7 @@
    <div class="specific-tools">
      <el-button :class="selectGroup === true ?'active-button':''" class="el-button-choice"   @click.enter.native="changeSelectMouse">
          <img src="@assets/images/map-pages/icon/toolbox/Selecd/tool.png" alt="" class="icon" />
          <span class="span-default">工具</span>
          <!--<span class="span-default">工具</span>-->
      </el-button>
      <transition name="animationChange">
        <el-row v-show="selectGroup" class="specific-tools-group">