From b1d6d9bd7cfbd6b5a78b118ae130a41d8e00633b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 07 Jun 2021 09:36:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/legends/css/style.css | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/widgets/legends/css/style.css b/widgets/legends/css/style.css
index 86b5c21..28e3e5a 100644
--- a/widgets/legends/css/style.css
+++ b/widgets/legends/css/style.css
@@ -1,9 +1,9 @@
.jimu-widget-legends {
position: absolute !important;
font-size: 14px;
- height: 320px !important;
+ height: 243px !important;
line-height: 32px;
- width: 280px !important;
+ width: 188px !important;
right: 60px !important;
bottom: 40px !important;
left: auto !important;
@@ -17,21 +17,21 @@
/* cursor : pointer; */
z-index: 15 !important;
box-sizing: border-box;
- padding: 0 20px 0 20px!important;
+ padding: 0 6px 0 6px!important;
}
.jimu-widget-legends .title {
- margin: 10px 0 7px 0;
- font-size: 1.1rem;
+ /* margin: 10px 0 7px 0; */
+ font-size: 0.5rem;
}
.jimu-widget-legends .main .m-init {
width: 100%;
- height: 2rem;
+ height: 1.5rem;
flex-direction: row;
display: flex;
align-items: center;
- font-size: 1.1rem;
+ font-size: 0.6rem;
}
.jimu-widget-legends .main .m-init i {
@@ -42,16 +42,16 @@
.jimu-widget-legends .main .m-init i:nth-child(1) {
display: inline-block;
width: 20px;
- height: 1.5rem;
+ /* height: 0.6rem; */
/* border: 1px solid springgreen; */
background-size: 100%;
margin-right: 15px;
}
.jimu-widget-legends .main .m-init img {
- width: 30px;
- position: relative;
- top: -5.5px;
+ width: 24px;
+ /* position: relative;
+ top: -5.5px; */
}
.jimu-widget-legends .main .m-i-child i:nth-child(1) {
--
Gitblit v1.9.3