From 852e4fe5dc39ed29f17f766480e561b5d586273e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 03 Jun 2021 11:04:19 +0800
Subject: [PATCH] 搜索框 和工具栏的补充,去除图层按钮
---
widgets/Tool/css/style.css | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/widgets/Tool/css/style.css b/widgets/Tool/css/style.css
index 7e5e6c3..be6c81a 100644
--- a/widgets/Tool/css/style.css
+++ b/widgets/Tool/css/style.css
@@ -105,13 +105,16 @@
}
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(6) i {
- background: url(../../../images/toolbox.png ) no-repeat 0 -32px;
+ background: url(../../../images/toolbox.png ) no-repeat 0 -126px;
}
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(7) i {
background: url(../../../images/toolbox.png ) no-repeat 0 -173px;
}
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(8) i {
+ background: url(../../../images/toolbox.png ) no-repeat 0 -16px;
+}
+.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(9) i {
background: url(../../../images/toolbox.png ) no-repeat 0 -159px;
}
--
Gitblit v1.9.3