From 94b5de4a130adb56b561627b3ee62cae7ebd3f57 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期四, 08 四月 2021 14:50:32 +0800
Subject: [PATCH] 企业popup

---
 src/assets/css/map/map-panel-style.less |   26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 3a72b11..d61932f 100644
--- a/src/assets/css/map/map-panel-style.less
+++ b/src/assets/css/map/map-panel-style.less
@@ -53,6 +53,7 @@
 .select-down {
   border: none !important;
   background-color: @background-color;
+  margin: 0;
 
   //.el-scrollbar{
   //
@@ -242,13 +243,18 @@
 
 /***************Company 鍥惧眰 鎮诞妗嗘牱寮忋��*********************************/
 .company-bindTooltip {
-  background: none;
+  background: @background-color-split;
   border: none;
   color: red;
   font-size: 16px;
   font-weight: 900 !important;
   text-shadow: 0 0 5px #fff;
+  //filter:Dropshadow(offx=1,offy=0,color=white)
+  //Dropshadow(offx=0,offy=1,color=white)
+  //Dropshadow(offx=0,offy=-1,color=white)
+  //Dropshadow(offx=-1,offy=0,color=white);
   box-shadow: none;
+  -webkit-text-stroke: .5px #fff;
 }
 
 .company-bindTooltip-hover h3 {
@@ -262,15 +268,15 @@
   list-style: none;
   margin: 0;
   padding: 0;
-  width: 260px;
-  display: flex;
+  //width: 260px;
+  //display: flex;
   flex-wrap: wrap;
 }
 
 .company-bindTooltip-hover ul li {
   margin: 0;
   padding: 3px 0;
-  width: 50%;
+  //width: 50%;
 }
 
 /*************** PublicTable 琛ㄦ牸鏍峰紡銆�*********************************/
@@ -293,6 +299,7 @@
 }
 .el-table td, .el-table th.is-leaf {
   border: none;
+  font-size: 0.08rem;
 }
 .el-table .warning-row {
   background: #28304d;
@@ -341,3 +348,14 @@
   }
 
 }
+.panel-title{
+  color: @color-title;
+  font-size: 18px;
+  padding: 10px;
+  text-align: center;
+  border-bottom: 1px solid @background-color-split;
+}
+
+.el-tabs__header .is-top {
+  
+}

--
Gitblit v1.8.0