From 0dedf75a903b8502b94d5d03679b42aa306bb18a Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期三, 13 一月 2021 14:30:12 +0800
Subject: [PATCH] 细节

---
 src/components/panel/ToolBoxPanel.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/panel/ToolBoxPanel.vue b/src/components/panel/ToolBoxPanel.vue
index 5e0bbf3..8f90ff8 100644
--- a/src/components/panel/ToolBoxPanel.vue
+++ b/src/components/panel/ToolBoxPanel.vue
@@ -28,10 +28,10 @@
       imgList: {
         circle: circle,
         square: square,
-        fullscreen: fullscreen,
+        polygon: polygon,
         legend: legend,
         location: location,
-        polygon: polygon
+        fullscreen: fullscreen
       },
       form: {
         regionType: '',
@@ -68,7 +68,7 @@
   left: 5px;
   top: 5px;
   z-index: 1000;
-  width: 180px;
+  width: 175px;
   height: 35px;
   line-height: 30px;
   background: #07325b;
@@ -86,7 +86,7 @@
       width: 23px;
       height: 23px;
       margin: 0 1px;
-      border: 1px solid #07325b;
+      border: 1px solid #073C4F;
     }
   }
 

--
Gitblit v1.8.0