From 7760532449ddc115cdeee8143923e08d79685f97 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期日, 25 四月 2021 10:34:42 +0800 Subject: [PATCH] 图表数据弹框相关修改 --- src/components/BaseNav/WasteWater/WasteWaterRealChart.vue | 57 +-------------------------------------------------------- 1 files changed, 1 insertions(+), 56 deletions(-) diff --git a/src/components/BaseNav/WasteWater/WasteWaterRealChart.vue b/src/components/BaseNav/WasteWater/WasteWaterRealChart.vue index c73f030..6c2eaef 100644 --- a/src/components/BaseNav/WasteWater/WasteWaterRealChart.vue +++ b/src/components/BaseNav/WasteWater/WasteWaterRealChart.vue @@ -22,7 +22,7 @@ <el-option v-for="(item,index) in regionList" :key="index" :label="item" :value="item"></el-option> </el-select> <el-button @click="querySearch()">鏌ヨ</el-button> - <el-button>鏄庣粏琛�</el-button> +<!-- <el-button>鏄庣粏琛�</el-button>--> </div> <div class="echarts-chart"> <div style="width:5rem;height:1.5rem;" ref="echarts"></div> @@ -633,60 +633,5 @@ </script> <style scoped lang="less"> -.echarts-box { - .tab-scroll { - display: flex; - align-items: center; - justify-content: space-between; - .time-select { - cursor: pointer; - padding: 5px; - border: 1px solid #2b87c8; - border-radius: 4px; - text-align: center; - color: #fff; - font-size: 11px; - width: 280px; - } - } - - .echarts-form { - height: 0.3rem; - line-height: 0.3rem; - - .demonstration { - color: #00fff6; - font-size: 12px; - margin-left: 10px; - } - - /deep/ .el-input__inner { - height: 0.15rem; - background-color: #2e4967; - color: #fff; - font-size: 12px; - padding: 0; - border-color: #00fff6; - text-align: center; - } - - .el-button { - margin: 0 15px; - width: 0.3rem; - height: 0.15rem; - display: inline-block; - background-color: #2e4967; - color: #fff; - font-size: 12px; - padding: 0; - border-color: #00fff6; - text-align: center; - } - } - - /deep/ .el-icon-time:before { - content: " "; - } -} </style> -- Gitblit v1.8.0