From 34a0220d8f02151846783ba22fbca06e376edbf5 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期一, 19 四月 2021 18:02:35 +0800
Subject: [PATCH] 完成附属设施功能。

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

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 7c2e6f6..751ab6a 100644
--- a/src/assets/css/map/map-panel-style.less
+++ b/src/assets/css/map/map-panel-style.less
@@ -8,10 +8,15 @@
 
 
 /*鍏ㄥ眬璁剧疆***********/
-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{
@@ -33,6 +38,9 @@
   z-index: 2000;
 // left: 50%;
  //bottom:15px;
+  .el-dialog__header{
+    border-bottom: 1px solid @background-color-split;
+  }
 }
 i {
   font-style: normal

--
Gitblit v1.8.0