From 45ac30eb850249ed6d481ede0fc07f2c073bb8d0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Jun 2021 18:03:19 +0800
Subject: [PATCH] 图标及部分样式修改

---
 widgets/Tool/css/style.css |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

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