ZIneen 1 gadu atpakaļ
vecāks
revīzija
2c082b54eb

+ 10 - 3
src/views/spectrum/reform/groundWater/widget.vue

@@ -13,10 +13,17 @@
       <div class="chart-panel">
         <div class="chart-box" style="padding: 0 20px 0 10px">
           <div style="width: 100%; height: 100%; background-color: #f9f9f9; overflow: hidden; padding: 10px">
-            <p style="margin: 10px 0; color: #2d74e7; margin-top: 50px">地下水入侵:</p>
-            <p style="margin: 10px 0; color: #3f3f3f; line-height: 20px">
+            <!-- <p style="margin: 10px 0; color: #2d74e7; margin-top: 50px">地下水入侵:</p> -->
+            <span style="color: #2d74e7;">地下水入侵:</span>
+            <!-- <p style="margin: 10px 0; color: #3f3f3f; line-height: 20px">
               雨水管网共布设{{ allCount || '0' }}个监测点位,其中{{ yhCount || '0' }}个监测点位发现地下水入侵隐患
-            </p>
+            </p> -->
+            <span style="font-size: 14px; line-height:2;">
+              雨水管网共布设<span style="color: #f59421; font-size: 24px">{{ allCount || '0' }}</span>
+              个监测点位,其中
+              <span style="color: #f59421; font-size: 24px">{{ yhCount || '0' }}</span>
+              个监测点位发现地下水入侵隐患
+            </span>
           </div>
         </div>
         <div class="chart-box" style="padding-left: 20px" ref="chart1"></div>

+ 5 - 5
src/views/spectrum/reform/relevance/widget.vue

@@ -15,7 +15,7 @@
       </el-form>
     </div>
     <!-- 结果 -->
-    <div class="result-box" style="margin-bottom: 200px">
+    <div class="result-box" >
       <div class="head-title">上游管网情况</div>
       <div class="res-items">
         <div class="res-item" @click="showPipe(1)">
@@ -79,15 +79,15 @@
           </template>
         </el-table-column>
       </el-table>
-      <div class="head-title">
+      <!-- <div class="head-title">
         <span>水质监测情况</span>
-        <!-- <span type="text" class="link-btn" @click="monitorView()">查看详情</span> -->
+        <span type="text" class="link-btn" @click="monitorView()">查看详情</span>
         <el-select v-model="targets" value-key="targetCode" filterable multiple collapse-tags placeholder="选择指标" style="width: 200px; float: right" size="mini" @change="selectTargets">
           <el-option v-for="(item, index) in targetOptions" :key="index" :label="item.targetName" :value="item"></el-option>
         </el-select>
-      </div>
+      </div> -->
       <!-- <div class="chart-box" id="facilityChart"></div> -->
-      <div class="chart-box" v-for="(item, index) in chartsData" :key="index" :ref="`chart_${item.targetCode}`"></div>
+      <!-- <div class="chart-box" v-for="(item, index) in chartsData" :key="index" :ref="`chart_${item.targetCode}`"></div> -->
     </div>
     <!-- 历史曲线 -->
     <historyCurve ref="historyCurve"></historyCurve>

+ 11 - 4
src/views/spectrum/reform/sewageDirect/widget.vue

@@ -13,10 +13,17 @@
       <div class="chart-panel">
         <div class="chart-box" style="padding: 0 20px 0 10px">
           <div style="width: 100%; height: 100%; background-color: #f9f9f9; overflow: hidden; padding: 10px">
-            <p style="margin: 10px 0; color: #2d74e7; margin-top: 50px">污水直排:</p>
-            <p style="margin: 10px 0; color: #3f3f3f">
+            <!-- <p style="margin: 10px 0; color: #2d74e7; margin-top: 50px">污水直排:</p> -->
+            <span style="color: #2d74e7;">污水直排:</span>
+            <!-- <p style="margin: 10px 0; color: #3f3f3f">
               雨水管网共布设{{ allCount || '0' }}个监测点位,其中{{ yhCount || '0' }}个监测点位发现污水直排隐患
-            </p>
+            </p> -->
+            <span style="font-size: 14px; line-height:2;">
+              雨水管网共布设<span style="color: #f59421; font-size: 24px">{{ allCount || '0' }}</span>
+              个监测点位,其中
+              <span style="color: #f59421; font-size: 24px">{{ yhCount || '0' }}</span>
+              个监测点位发现污水直排隐患
+            </span>
           </div>
         </div>
         <div class="chart-box" style="padding-left: 20px" ref="chart1"></div>
@@ -24,7 +31,7 @@
       <div class="middle-box">
         <div class="head-title">
           <span>监测点</span>
-          <!-- <span style="position: absolute;right: 80px;">
+          <!-- <span style="position: absolute;right: 80px;">1
             <el-checkbox-group v-model="checkList" @change="getHiddenDangerAnalyse()" class="site-type-list">
               <el-checkbox label="3">发现污水直排监测点({{yhCount}})</el-checkbox>
               <el-checkbox label="1,2,4">其他相关监测点({{allCount - yhCount}})</el-checkbox>