From 25ce610f6ecca7325e7a743dc032c4a76559c63d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 02 Jul 2021 09:10:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/spatialAnalysis/css/style.css | 72 ++++++++++++++++++++++++++++++++++--
1 files changed, 68 insertions(+), 4 deletions(-)
diff --git a/widgets/spatialAnalysis/css/style.css b/widgets/spatialAnalysis/css/style.css
index 4dd1621..c4a58bb 100644
--- a/widgets/spatialAnalysis/css/style.css
+++ b/widgets/spatialAnalysis/css/style.css
@@ -1,7 +1,7 @@
.jimu-widget-spatialAnalysis {
position: absolute !important;
font-size: 14px;
- height: 398px !important;
+ height: 408px !important;
width: 318px !important;
/* 240px */
background: rgb(254, 254, 254);
@@ -44,13 +44,13 @@
padding: 5px;
text-align: center;
overflow: hidden;
- height: calc(100% - 40px);
+ height: calc(100% - 90px);
width: 100%;
margin: 0;
overflow: auto;
}
-.jimu-widget-spatialAnalysis li {
+.jimu-widget-spatialAnalysis #spatialAnalysis-mains li {
position: relative;
left: 6px;
top: 5px;
@@ -73,7 +73,7 @@
flex-direction: column;
}
-.jimu-widget-spatialAnalysis li:hover {
+.jimu-widget-spatialAnalysis #spatialAnalysis-mains li:hover {
background-color: #ffffff;
box-shadow: 3px 3px 20px -4px #0b8af1;
}
@@ -93,4 +93,68 @@
.jimu-widget-spatialAnalysis .imgs img {
width: 40px;
+}
+
+.jimu-widget-spatialAnalysis #SelectLayerTool {
+ width: 100%;
+ height: 46px;
+ /* border:1px solid springgreen; */
+ display: flex;
+ align-items: center;
+ flex-direction: row;
+ padding-left: 8px;
+}
+
+.jimu-widget-spatialAnalysis #SelectLayerTool .SelectLayerTool {
+ max-width: 200px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ padding: 0 8px !important;
+}
+
+.jimu-widget-spatialAnalysis #SelectLayerTool #SelectLayerToolItem {
+ position: absolute;
+ top: 85px;
+ /* right: 60px; */
+ width: 300px;
+ z-index: 15;
+ min-height: 40px;
+ background-color: #fff;
+ border-radius: 5px;
+ box-shadow: 0 0 8px rgb(35, 160, 243);
+ max-height: 360px;
+ overflow-y: auto;
+ display: none;
+}
+
+/* .jimu-widget-spatialAnalysis #SelectLayerToolItem */
+
+.jimu-widget-spatialAnalysis #SelectLayerToolItem #SelectLayerToolItemTitle li {
+ width: 285px;
+ height: 30px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ border-bottom: 1px solid rgb(35, 160, 243);
+ /* border-top: 1px solid rgba(35, 160, 243, .1); */
+ margin-bottom: 3px;
+ cursor: pointer;
+ margin-left: 5px;
+}
+
+.jimu-widget-spatialAnalysis #SelectLayerToolItem #SelectLayerToolItemTitle li span {
+ display: block;
+ width: 280px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.jimu-widget-spatialAnalysis #SelectLayerToolItem #SelectLayerToolItemTitle li:nth-child(1) {
+ margin-top: 5px !important;
+}
+
+.jimu-widget-spatialAnalysis #SelectLayerToolItem #SelectLayerToolItemTitle li:last-child {
+ border-bottom: 1px solid transparent;
}
\ No newline at end of file
--
Gitblit v1.9.3