From ebefa651ad2d6edbfdb30fea3fc1ff97232a0aee Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 15 Jun 2021 11:07:52 +0800
Subject: [PATCH] 工具样式

---
 widgets/Measurement/css/style.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/widgets/Measurement/css/style.css b/widgets/Measurement/css/style.css
index 2f859a0..7c90337 100644
--- a/widgets/Measurement/css/style.css
+++ b/widgets/Measurement/css/style.css
@@ -1,13 +1,13 @@
 .jimu-widget-Measurement{
   width: 100%;
   height: 100%;
-  background-color: rgba(255, 255, 255, .75);
+  background-color: rgb(255, 255, 255);
   font-size: 14px;
   border: 1px solid rgb(69, 154, 251);
   color: rgb(0, 0, 0);
   font-size: 16px;
   display: none;
-  border-radius: 10px;
+  border-radius: 5px;
 }
 
 #table {
@@ -24,7 +24,7 @@
 	width: 20px;
 	background-color: red;
 	height: 17px;
-	background: url(../../../images/measure_imgs/toolbox.png ) no-repeat 0 0;
+	background: url(../../../images/newImages/图上测量.png ) no-repeat 0 0;
 	float: left;
 	margin-top: 3px;
 	margin-right: 10px;

--
Gitblit v1.9.3