From c4044fb60e53e5c83da4ee645d5160f914e422a3 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期五, 05 三月 2021 16:17:41 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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