From d78d11579073afec2195d2b011b25fee18d5bca0 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 11 Jun 2021 18:07:54 +0800
Subject: [PATCH] 样式
---
widgets/legends/css/style.css | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/widgets/legends/css/style.css b/widgets/legends/css/style.css
index 28e3e5a..44f48ee 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: 243px !important;
+ height: 290px !important;
line-height: 32px;
- width: 188px !important;
+ width: 230px !important;
right: 60px !important;
bottom: 40px !important;
left: auto !important;
@@ -22,16 +22,17 @@
.jimu-widget-legends .title {
/* margin: 10px 0 7px 0; */
- font-size: 0.5rem;
+ font-size: 18px;
}
.jimu-widget-legends .main .m-init {
width: 100%;
- height: 1.5rem;
+ /* height: 1.5rem; */
+ /* border: 1px solid springgreen; */
flex-direction: row;
display: flex;
align-items: center;
- font-size: 0.6rem;
+ font-size: 15px;
}
.jimu-widget-legends .main .m-init i {
--
Gitblit v1.9.3