From 9356ddd3554e1ddf8847923d0ce2eceeef8411f0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 23 Jun 2021 11:19:49 +0800
Subject: [PATCH] 图例的修改,目录树调整,图层管理调整,图片更新

---
 widgets/legends/css/style.css |  101 +++++++++++++++++++++++++-------------------------
 1 files changed, 51 insertions(+), 50 deletions(-)

diff --git a/widgets/legends/css/style.css b/widgets/legends/css/style.css
index 7fb5925..a1a84ea 100644
--- a/widgets/legends/css/style.css
+++ b/widgets/legends/css/style.css
@@ -1,84 +1,85 @@
 .jimu-widget-legends {
-  position: absolute !important;
-  font-size: 14px;
-  max-height: 330px !important;
-  line-height: 32px;
-  width: 300px !important;
-  right: 60px !important;
-  bottom: 38px !important;
-  left: auto !important;
-  top: auto !important;
-  /* 240px */
-  background: rgba(0, 0, 0, 0.5);
-  color: #fff;
-  /* border-right : 1px solid rgba(0, 0, 0, 0.3); */
-  border-radius: 8px;
-  /* text-align   : center; */
-  /* cursor       : pointer; */
-  z-index: 15 !important;
-  box-sizing: border-box;
-  padding: 0 8px 8px 8px!important;
-  /* overflow: auto; */
-  transition: all 0.5s;
+    position: absolute !important;
+    font-size: 14px;
+    max-height: 330px !important;
+    line-height: 32px;
+    width: 300px !important;
+    right: 60px !important;
+    bottom: 38px !important;
+    left: auto !important;
+    top: auto !important;
+    /* 240px */
+    background: rgba(0, 0, 0, 0.5);
+    color: #fff;
+    /* border-right : 1px solid rgba(0, 0, 0, 0.3); */
+    border-radius: 8px;
+    /* text-align   : center; */
+    /* cursor       : pointer; */
+    z-index: 15 !important;
+    box-sizing: border-box;
+    padding: 0 8px 8px 8px !important;
+    /* overflow: auto; */
+    transition: all 0.5s;
 }
 
 .jimu-widget-legends .title {
-  /* margin: 10px 0 7px 0; */
-  font-size: 18px;
+    /* margin: 10px 0 7px 0; */
+    font-size: 18px;
 }
 
 .jimu-widget-legends .main {
-  max-height: 280px !important;
-  overflow: auto;
-  transition: all 0.5s;
+    max-height: 280px !important;
+    overflow: auto;
+    transition: all 0.5s;
 }
 
 .jimu-widget-legends .main .m-init {
-  width: 100%;
-  /* height: 1.5rem; */
-  /* border: 1px solid springgreen; */
-  flex-direction: row;
-  display: flex;
-  align-items: center;
-  font-size: 15px;
+    width: 100%;
+    /* height: 1.5rem; */
+    /* border: 1px solid springgreen; */
+    flex-direction: row;
+    display: flex;
+    align-items: center;
+    font-size: 15px;
 }
 
 .jimu-widget-legends .main .m-i-child {
-  width: 83%;
-  display: block;
-  position: relative;
-  left: 16%;
+    width: 83%;
+    display: block;
+    position: relative;
+    left: 16%;
 }
 
 .jimu-widget-legends .main .m-init i {
-  display: inline-block;
-  font-style: normal;
+    display: inline-block;
+    font-style: normal;
 }
 
 .jimu-widget-legends .main .m-init-h {
-  display: inline-block;
-  width: 20px;
-  /* height: 0.6rem; */
-  /* border: 1px solid springgreen; */
-  background-size: 100%;
-  margin-right: 15px !important;
+    display: inline-block;
+    width: 20px;
+    /* height: 0.6rem; */
+    /* border: 1px solid springgreen; */
+    background-size: 100%;
+    margin-right: 15px !important;
 }
 
 .jimu-widget-legends .main .m-init img {
-  width: 24px;
-  margin-right: 5px !important;
-  /* position: relative;
+    width: 24px;
+    margin-right: 5px !important;
+    /* position: relative;
   top: -5.5px; */
 }
 
 .jimu-widget-legends .main .m-i-child i:nth-child(1) {
-  /* margin-right: 30px !important; */
+    /* margin-right: 30px !important; */
 }
 
 .jimu-widget-legends .layer-legends li {
     height: 36px;
     line-height: 36px;
 }
+
 .jimu-widget-legends .layer-legends li .m-init-h {
     width: auto;
     margin-right: 10px !important;
@@ -90,7 +91,7 @@
     margin: 0 !important;
 }
 
-.jimu-widget-legends .layer-legends li span{
+.jimu-widget-legends .layer-legends li span {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;

--
Gitblit v1.9.3