From 38fea8139670d34cedea336fbd1ba34fc92bcf02 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期四, 22 四月 2021 21:34:59 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/assets/css/map/map-panel-style.less |   95 +++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 83 insertions(+), 12 deletions(-)

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 7bcc3d5..51d8c87 100644
--- a/src/assets/css/map/map-panel-style.less
+++ b/src/assets/css/map/map-panel-style.less
@@ -8,13 +8,40 @@
 
 
 /*鍏ㄥ眬璁剧疆***********/
-h1, h2, h3, h4, h5, h6, ul, li, p {
+h1, h2, h3, h4, h5, h6, ul, li, p,i ,span,div{
   padding: 0;
   margin: 0;
   list-style: none;
+  -moz-user-select:none; /*鐏嫄*/
+  -webkit-user-select:none; /*webkit娴忚鍣�*/
+  -ms-user-select:none; /*IE10*/
+  -khtml-user-select:none; /*鏃╂湡娴忚鍣�*/
+  user-select:none;
 }
 
-
+.rt{
+  float:right;
+}
+.lt{
+  float:left;
+}
+.el-button--mini, .el-button--mini.is-round{
+  padding: 0.02rem 0.04rem;
+}
+/*闅愯棌*/
+.el-dialog__wrapper{
+  height: 0;
+}
+.el-dialog{
+  margin: 0 !important;
+  position: fixed;
+  z-index: 2000;
+// left: 50%;
+ //bottom:15px;
+  .el-dialog__header{
+    border-bottom: 1px solid @background-color-split;
+  }
+}
 i {
   font-style: normal
 }
@@ -104,6 +131,7 @@
 
 .el-table th, .el-table tr {
   background-color: transparent;
+  padding: 0.02rem;
 }
 
 .el-table {
@@ -194,13 +222,20 @@
     margin: 5px;
     width: 30px;
     height: 30px;
-    background: @background-color-tools;
+    color: #00fff6;
+    background: rgba(0, 16, 30, 0.7);
+    border: 0.00521rem solid #00fff6;
     vertical-align: middle !important;
 
     img {
       width: 16px;
       height: 16px;
     }
+  }
+  .el-button.hover{
+    color: @color-highlight;
+    border: .00521rem solid @color-highlight;
+    box-shadow: 0 0 .03rem @color-highlight;
   }
 }
 
@@ -241,18 +276,18 @@
 /***************Company 鍥惧眰 鎮诞妗嗘牱寮忋��*********************************/
 .company-bindTooltip {
   position: absolute;
-  top: 0;
-  left: 0;
+  top: 10px;
+  left: 8px;
   display: flex;
   justify-content: center;
   justify-items: center;
 
   img {
     display: block;
-    width: 30px;
-    height: 30px;
-    margin-left: -15px;
-    margin-top: -15px
+    width: 35px;
+    height: 35px;
+    margin-left: -16px;
+    margin-top: -16px
   }
 
   ul {
@@ -348,9 +383,7 @@
     }
   }
 }
-.el-table--border{
-  border-bottom: 1px solid #ddd;
-}
+
 
 .el-dialog--center .el-dialog__body{
   padding: 0.04rem;
@@ -384,6 +417,19 @@
 
 .el-table td, .el-table th.is-leaf {
   font-size: 0.08rem;
+}
+.el-table .has-gutter tr th{
+  border:1px solid @background-color-split;
+}
+.el-table .has-gutter tr th  .cell{
+  color: #fff;
+}
+.el-table--border{
+ // border:1px solid @background-color-split;
+  border:none
+}
+.el-table--border::after, .el-table--group::after, .el-table::before{
+  background:none;
 }
 
 .el-table .warning-row {
@@ -620,3 +666,28 @@
 .fixed-table {
   background: rgba(0, 16, 30, 1) !important;
 }
+/****************************鎶ヨ〃浜岀骇瀛愬脊妗嗘牱寮�***/
+.el-tabs__nav-wrap::after{background: none;}
+.el-tabs__header{margin-bottom: 0.04rem;
+  .is-active{color: @color-highlight}
+}
+.el-tabs__active-bar{
+  background: @color-highlight;
+}
+
+.el-popover.popovers{
+  background: @background-color;
+  padding: 0;
+  border: 0.00521rem solid @color;
+  overflow: hidden;
+  box-shadow: 0 0 0.03rem @color;
+  .el-popover__title{color: #fff;margin: 0;padding:0.06rem; background: @background-color;border-bottom: 1px solid @background-color-split}
+  .refinery {
+    background-color: @background-color;
+
+  }
+  .waste-water{
+    background-color: @background-color;
+  }
+}
+

--
Gitblit v1.8.0