From c3f2c05507258c0777d11481453dbc309072ceec Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 22 Jun 2021 17:23:23 +0800
Subject: [PATCH] 部分文件修改,及忽略部分文件
---
widgets/legends/css/style.css | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/widgets/legends/css/style.css b/widgets/legends/css/style.css
index f38a6e8..7fb5925 100644
--- a/widgets/legends/css/style.css
+++ b/widgets/legends/css/style.css
@@ -12,12 +12,12 @@
background: rgba(0, 0, 0, 0.5);
color: #fff;
/* border-right : 1px solid rgba(0, 0, 0, 0.3); */
- border-radius: 6px 6px 6px 6px;
+ border-radius: 8px;
/* text-align : center; */
/* cursor : pointer; */
z-index: 15 !important;
box-sizing: border-box;
- padding: 0 6px 0 6px!important;
+ padding: 0 8px 8px 8px!important;
/* overflow: auto; */
transition: all 0.5s;
}
@@ -73,4 +73,25 @@
.jimu-widget-legends .main .m-i-child i:nth-child(1) {
/* margin-right: 30px !important; */
+}
+
+.jimu-widget-legends .layer-legends li {
+ height: 36px;
+ line-height: 36px;
+}
+.jimu-widget-legends .layer-legends li .m-init-h {
+ width: auto;
+ margin-right: 10px !important;
+}
+
+.jimu-widget-legends .layer-legends li .m-init-h img {
+ width: auto;
+ height: 28px;
+ margin: 0 !important;
+}
+
+.jimu-widget-legends .layer-legends li span{
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
\ No newline at end of file
--
Gitblit v1.9.3