From 5468970c983db26d6798c6dc4ab04ede8f387a41 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 17 Jun 2021 18:09:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
images/剖面分析.png | 0
images/坡度坡向.png | 0
images/我的标记.png | 0
images/可视分析.png | 0
widgets/Tool/css/style.css | 10 +++++++---
5 files changed, 7 insertions(+), 3 deletions(-)
diff --git "a/images/\345\211\226\351\235\242\345\210\206\346\236\220.png" "b/images/\345\211\226\351\235\242\345\210\206\346\236\220.png"
new file mode 100644
index 0000000..333561d
--- /dev/null
+++ "b/images/\345\211\226\351\235\242\345\210\206\346\236\220.png"
Binary files differ
diff --git "a/images/\345\217\257\350\247\206\345\210\206\346\236\220.png" "b/images/\345\217\257\350\247\206\345\210\206\346\236\220.png"
new file mode 100644
index 0000000..fd762fd
--- /dev/null
+++ "b/images/\345\217\257\350\247\206\345\210\206\346\236\220.png"
Binary files differ
diff --git "a/images/\345\235\241\345\272\246\345\235\241\345\220\221.png" "b/images/\345\235\241\345\272\246\345\235\241\345\220\221.png"
new file mode 100644
index 0000000..ed73270
--- /dev/null
+++ "b/images/\345\235\241\345\272\246\345\235\241\345\220\221.png"
Binary files differ
diff --git "a/images/\346\210\221\347\232\204\346\240\207\350\256\260.png" "b/images/\346\210\221\347\232\204\346\240\207\350\256\260.png"
index fdb05bf..35a5b66 100644
--- "a/images/\346\210\221\347\232\204\346\240\207\350\256\260.png"
+++ "b/images/\346\210\221\347\232\204\346\240\207\350\256\260.png"
Binary files differ
diff --git a/widgets/Tool/css/style.css b/widgets/Tool/css/style.css
index ace5bd2..9fe0356 100644
--- a/widgets/Tool/css/style.css
+++ b/widgets/Tool/css/style.css
@@ -92,8 +92,8 @@
display: inline-block;
width: 16px;
height: 16px;
- background-size: 100%;
vertical-align: middle;
+ background-size: 100% 100% !important;
}
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(1) {
@@ -125,11 +125,15 @@
}
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(7) i {
- background: url(../../../images/叠加分析.png ) no-repeat;
+ background: url(../../../images/可视分析.png ) no-repeat;
}
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(8) i {
- background: url(../../../images/缓冲分析.png ) no-repeat;
+ background: url(../../../images/剖面分析.png ) no-repeat;
+}
+
+.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(9) i {
+ background: url(../../../images/坡度坡向.png ) no-repeat;
}
/* .jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(9) i {
--
Gitblit v1.9.3