派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-02 3dc85808bd48d58db23428bd1dae48dd52b5616b
src/components/BaseNav/PublicBounced/GasComponents/ECharts.vue
@@ -1,5 +1,13 @@
<template>
    <div style="width:750px;height:260px;" id="echarts" ref="main"></div>
    <div id="Tab">
        <div class="Infomation">
            <el-tag>氮氧化物 : 29.93 标准 : 100</el-tag>
            <el-tag>二氧化硫 : 17.34 标准 : 50</el-tag>
            <el-tag>烟尘 : 6.93 标准 : 30</el-tag>
            <el-tag>废气流量 : 120343.18</el-tag>
        </div>
        <div style="width:750px;height:260px;" id="echarts" ref="main"></div>
    </div>
</template>
<script>
@@ -174,6 +182,19 @@
</script>
<style scoped lang="less">
    .Infomation{
        margin-left: 10px;
    }
    .el-tag{
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
        font-size: 10px;
        background-color: rgba(0, 255, 246, 0.14);
        color: #00d0f9;
        border: none;
        padding: 0 15px;
    }
  #echarts{
    margin: 0;
    padding: 0;