From 094dff34cea6a27ff251b23fc30ffafff6d3bcf2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Jun 2021 11:32:15 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

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

diff --git a/widgets/legends/css/style.css b/widgets/legends/css/style.css
index 99d7e7d..ce128cb 100644
--- a/widgets/legends/css/style.css
+++ b/widgets/legends/css/style.css
@@ -5,7 +5,7 @@
   line-height: 32px;
   width: 300px !important;
   right: 60px !important;
-  bottom: 5px !important;
+  bottom: 38px !important;
   left: auto !important;
   top: auto !important;
   /* 240px */
@@ -30,6 +30,7 @@
 .jimu-widget-legends .main {
   max-height: 300px !important;
   overflow: auto;
+  transition: all 2s;
 }
 
 .jimu-widget-legends .main .m-init {

--
Gitblit v1.9.3