From 653c004b4f44396cdb4dce04c17152c7563e37f8 Mon Sep 17 00:00:00 2001
From: yangdelong <828900aaa>
Date: 星期五, 09 四月 2021 11:02:38 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop

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

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 494c67d..46bf141 100644
--- a/src/assets/css/map/map-panel-style.less
+++ b/src/assets/css/map/map-panel-style.less
@@ -321,15 +321,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 琛ㄦ牸鏍峰紡銆�*********************************/
@@ -363,6 +363,13 @@
 }
 .el-table tbody tr:hover>td {
   background-color:#28304d !important;
+}
+//淇敼琛ㄦ牸楂樺害
+.el-table td {
+  padding: 0!important;
+  height: 30px;
+  line-height: 30px;
+  font-size: 0.01rem !important;
 }
 /***********************************************鍔ㄧ敾鏁堟灉************/
 .transition{
@@ -411,5 +418,5 @@
 }
 
 .el-tabs__header .is-top {
-  
+
 }

--
Gitblit v1.8.0