From e060b5724d307c1a3bc8015bf8d8a815c2aaca52 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 23 Apr 2021 11:42:19 +0800
Subject: [PATCH] 地图修改 详情图片获取

---
 public/map/widgets/supervisoryMap/SupervisoryMap.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/map/widgets/supervisoryMap/SupervisoryMap.css b/public/map/widgets/supervisoryMap/SupervisoryMap.css
index 0fd2a64..0517612 100644
--- a/public/map/widgets/supervisoryMap/SupervisoryMap.css
+++ b/public/map/widgets/supervisoryMap/SupervisoryMap.css
@@ -352,7 +352,7 @@
     height: 20px;
     line-height: 20px;
     color: #fff;
-    background: #377DFF;
+    /* background: #377DFF; */
     border: none;
     border-radius: 5px;
     cursor: pointer;
@@ -361,7 +361,7 @@
 
 .analysis-container .analysis-container-equipment .table .tbody tr td:nth-child(2),
 .analysis-container .analysis-container-equipment .table .thead tr th:nth-child(2) {
-    width: 68px;
+    width: 138px;
 }
 
 .analysis-container .analysis-container-equipment .table .tbody tr td:nth-child(4),

--
Gitblit v1.9.3