From 9fa06acd505c060ceda352e50966f2c40826d1f1 Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Tue, 5 Jul 2022 19:20:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E3=80=81=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/waterPoints/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/pages/waterPoints/index.vue b/src/views/pages/waterPoints/index.vue index 7585eb6..3f975db 100644 --- a/src/views/pages/waterPoints/index.vue +++ b/src/views/pages/waterPoints/index.vue @@ -441,7 +441,7 @@ export default { position: absolute; z-index: 1000; right: 8px; - top: 562px; + top: 660px; width: 398px; // height:500px; background: rgba($color: #05213b, $alpha: .85); @@ -515,19 +515,19 @@ export default { width: 14px; height: 14px; border-radius: 50%; - background: red; + background: #f74b3f; position: absolute; left: 34.5px; top: 21px; } .eventSelectionIcon:nth-child(2){ - background: yellow; + background: #ffae2b; position: absolute; left: 34.5px; top: 42px; } .eventSelectionIcon:nth-child(3){ - background: green; + background: #31d779; position: absolute; left: 34.5px; top: 63px;