派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-15 3472e776001899505d7dd540a021d07be9c54cd5
src/components/table/components/componented/ChemicalWastewater.vue
@@ -2,11 +2,11 @@
    <div class="Chemical-Waste-water" id="Chemical-Waste-water">
        <el-row type="flex" class="head-area" align="middle">
            <el-col>
                <span>企业指标分类统计</span>
                <span>监测点排放明细</span>
            </el-col>
            <el-col class="head-area-button">
                <el-button style="float: right; padding: 3px 0" icon="el-icon-close" type="info" @click="closebtns"></el-button>
            </el-col>
<!--            <el-col class="head-area-button">-->
<!--                <el-button style="float: right; padding: 3px 0" icon="el-icon-close" type="info" @click="closeBtns"></el-button>-->
<!--            </el-col>-->
        </el-row>
        <el-table
                class="tableBox"
@@ -83,17 +83,14 @@
    }
  },
  methods: {
    closebtns () {
      // const summary = document.getElementById('Chemical-Waste-water')
      // summary.style.display = 'none'
      // console.log(1)
      this.$emit('isshow')
    }
    // closeBtns () {
    //   this.$emit('isShow')
    // }
  }
}
</script>
<style scoped>
    /*.Chemical-Waste-water {*/
    .Chemical-Waste-water {
    /*    position:fixed;*/
    /*    top: 330px;*/
    /*    left: 65px;*/
@@ -101,9 +98,10 @@
    /*    !*height: 265px;*!*/
    /*    border: #90c8e0 1px solid;*/
    /*    z-index:3000;*/
    /*    background-color: rgba(26, 73, 81, 0.901960784313726);*/
    /*    !*color: #fff;*!*/
    /*}*/
      text-align: center;
        background-color: rgba(26, 73, 81, 0.901960784313726);
        color: #fff;
    }
    /*.head-area{*/
    /*    color: #fff;*/
    /*    width: 100%;*/