From c56e506fd34c58209240e97fc29043639fae5d19 Mon Sep 17 00:00:00 2001
From: ChenZeping <chenzeping>
Date: 星期四, 29 四月 2021 15:13:21 +0800
Subject: [PATCH] 统计表,指标,预报警表格弹框公共修改,管线分析功能

---
 src/assets/css/map/map-panel-style.less |   63 ++++++++++++++++++++++++++++++-
 1 files changed, 60 insertions(+), 3 deletions(-)

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 9a8ae8f..ded7868 100644
--- a/src/assets/css/map/map-panel-style.less
+++ b/src/assets/css/map/map-panel-style.less
@@ -678,9 +678,9 @@
   margin: 15px 0;
 }
 
-.fixed-table {
-  background: rgba(0, 16, 30, 1) !important;
-}
+//.fixed-table {
+//  background: rgba(0, 16, 30, 1) !important;
+//}
 
 /****************************鎶ヨ〃浜岀骇瀛愬脊妗嗘牱寮�***/
 .el-tabs__nav-wrap::after {
@@ -731,3 +731,60 @@
   background: @background-color;color:@color-highlight;border-color:@color-highlight
 }
 
+/****************************搴熸按寮规鍏叡鏍峰紡***/
+.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;
+    }
+
+    .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;
+    }
+  }
+
+  .el-icon-time:before {
+    content: " ";
+  }
+}

--
Gitblit v1.8.0