From 124666224532543877aaf344d16254c0bc4db2b4 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 16 Jun 2021 11:14:40 +0800
Subject: [PATCH] 图例

---
 widgets/legends/css/style.css |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/widgets/legends/css/style.css b/widgets/legends/css/style.css
index 44f48ee..70808b0 100644
--- a/widgets/legends/css/style.css
+++ b/widgets/legends/css/style.css
@@ -1,11 +1,11 @@
 .jimu-widget-legends {
   position: absolute !important;
   font-size: 14px;
-  height: 290px !important;
+  max-height: 330px !important;
   line-height: 32px;
-  width: 230px !important;
+  width: 300px !important;
   right: 60px !important;
-  bottom: 40px !important;
+  bottom: 5px !important;
   left: auto !important;
   top: auto !important;
   /* 240px */
@@ -18,6 +18,8 @@
   z-index: 15 !important;
   box-sizing: border-box;
   padding: 0 6px 0 6px!important;
+  overflow: auto;
+  transition: all 2s;
 }
 
 .jimu-widget-legends .title {

--
Gitblit v1.9.3