From e55ebf07a49b024fe7d2cebc0499bd949c7b55bb Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 17 Jun 2021 18:08:32 +0800
Subject: [PATCH] 工具切换关闭细节调整
---
widgets/legends/css/style.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/widgets/legends/css/style.css b/widgets/legends/css/style.css
index ce128cb..f38a6e8 100644
--- a/widgets/legends/css/style.css
+++ b/widgets/legends/css/style.css
@@ -19,7 +19,7 @@
box-sizing: border-box;
padding: 0 6px 0 6px!important;
/* overflow: auto; */
- transition: all 2s;
+ transition: all 0.5s;
}
.jimu-widget-legends .title {
@@ -28,9 +28,9 @@
}
.jimu-widget-legends .main {
- max-height: 300px !important;
+ max-height: 280px !important;
overflow: auto;
- transition: all 2s;
+ transition: all 0.5s;
}
.jimu-widget-legends .main .m-init {
--
Gitblit v1.9.3