派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-04-14 84e31da806190eaea88ab35d6eadf0946cd77b37
src/components/BaseNav/PublicBounced/common/echarts/EChartsHour.vue
@@ -544,25 +544,28 @@
</script>
<style scoped lang="less">
    .animation {
        .infomation {
            padding: 0.02rem 0.04rem;
.grid-content{
    font-size: 8px;
                font-size: 0.08rem;
    background-color: #2e4967;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    padding:0 10px
                border-radius: 0.01rem;
                height: 0.15rem;
                line-height: 0.15rem;
                margin-right: 0.04rem;
                padding:0 0.04rem
}
.infomation {
  padding: 5px 10px;
}
    }
.form-echrts {
    width: 100%;
    border-top: 1px solid #396d83;
    //margin: 10px 10px 10px 10px;
    .from-search{
        display: flex;
        padding:5px;
            padding:0.02rem;
        >div{margin-left: 10px}
        .pickerMon{
            display: flex;
@@ -583,34 +586,26 @@
        }
        /deep/.el-input__inner{
            position: relative;
            width:140px;
                width:1rem;
            background-color: #2e4967;
            color: #ffffff;
            font-size: 12px;
            height: 24px;
                color: #fff;
                font-size: 0.08rem;
                height: 0.15rem;
            padding: 0;
            border-color:#00fff6;
                border:none;
            text-align: center;
            //padding-left:20px ;
            //padding: 0!important;
        }
        /deep/.el-input__icon{
            display: block;
            width: 140px;
            height: 22px;
            line-height: 22px;
                width:1rem;
                height: 0.15rem;
                line-height: 0.15rem;
            cursor: pointer;
            font-size: 0;
        }
        .echatsInput{
            color: #00ffff;
            background-color: #2e4967;
            border: none;
            border-radius: 6px;
            width: 80px;
            height: 22px;
            text-align: center;
        }
        input::-webkit-calendar-picker-indicator {
            opacity: 100;
        }
@@ -618,22 +613,15 @@
            background-color:#2e4967;
            text-align: center;
            padding: 0 7px;
            line-height: 24px;
                height: 0.15rem;
                line-height: 0.15rem;
            border-radius: 4px;
            margin-right: 6px;
        }
        .detailbtn:hover{
            box-shadow: 0 0 0.03rem #fff700 !important;
            color:#fff700 !important;
            cursor: pointer;
        }
    }
    .el-dialog-div {
        //height: 50vh!important;
        overflow: auto;
        //overflow: hidden;
    }
    #echarts {
        margin: 0;
        padding: 0;