派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-18 a7cf47dfd649608772c7044b475fe0424b1a3915
src/components/panel/ToolBoxPanel.vue
@@ -15,7 +15,7 @@
              v-for="(item,index) in menuList" :key="index"
              :width="item.index === '2'?230 : 150"
          >
            <el-button slot="reference" class="el-button" :class="active === index ? 'tools-panel-choose':''"
            <el-button slot="reference" class="el-button" :class="active === index && checked? 'tools-panel-choose':''"
                       @click="changeChoose(index)">
              <img :src="item.iconSelecd" alt="" v-if="active === index && checked"/>
              <img :src="item.icon" alt="" v-else/>
@@ -388,6 +388,7 @@
      this.selectGroup = false
      this.isShow = !this.isShow
      this.active = -1
      this.checked = false
    },
    changeSelectMouse () {
      this.selectGroup = true