From 7d3d36128ecd599c7294191fe7ddeddd9de7cec4 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期三, 31 三月 2021 21:15:24 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/BaseNav/PublicBounced/GasComponents/EchartsTab.vue |   63 ++++++++-----------------------
 1 files changed, 16 insertions(+), 47 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/EchartsTab.vue b/src/components/BaseNav/PublicBounced/GasComponents/EchartsTab.vue
index 1016531..1ab150f 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/EchartsTab.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/EchartsTab.vue
@@ -1,17 +1,10 @@
 <template>
-  <!-- 妗� -->
-  <div class="win">
-    <div class="main">
-      <div class="main-matter">
-        <el-row type="flex" class="row-bg row-item-one" justify="space-around">
-          <el-col :span="6">姘哀鍖栫墿:{{ displayContent.Name }} 鏍囧噯: 100</el-col>
-          <el-col :span="6">浜屾哀鍖栫~:{{ displayContent.DeptSname }} 鏍囧噯: 50</el-col>
-          <el-col :span="6">鐑熷皹:{{ displayContent.EmissTypeName }} 鏍囧噯: 30</el-col>
-          <el-col :span="6">搴熸皵娴侀噺:{{ displayContent.EmissTypeName }}</el-col>
-        </el-row>
-      </div>
-    </div>
-  </div>
+        <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>
 </template>
 
 <script>
@@ -25,40 +18,16 @@
 </script>
 
 <style scoped lang="less">
-
-.win {
-  position: relative;
-  margin-bottom: 13px;
-  background-color: rgba(33, 41, 69,0.9);
-}
-.main {
-  width: 100%;
-  height: 100%;
-  .main-matter{
-    font-size: 13px;
-    font-weight: normal;
-    border: 1px solid #396d83;
-    .row-item-one{
-      margin-bottom: 7px;
+    .Infomation{
+        margin-left: 10px;
     }
-    .el-row {
-      width: 100%;
-      color: #00d0f9;
-      display: flex;
-      font-size: 12px !important;
-      .el-col{
-        flex: 1;
-        width: 100%;
-        background-color: #243a55;;
-        text-align: center;
-        line-height: 28px;
-        margin-left: 6px;
-        border-radius: 4px;
-        &:nth-child(1){
-          margin-left:0;
-        }
-      }
+    .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;
     }
-  }
-}
 </style>

--
Gitblit v1.8.0