From 867aa5881b5c19f278847205239d0251f4ba6445 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 23 May 2024 15:08:38 +0800 Subject: [PATCH] =?UTF-8?q?CN-1660=20fix:=20=E8=B0=83=E6=95=B4=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=EF=BC=9B=E5=A2=9E=E5=8A=A0=E7=BB=8F=E7=BA=AC?= =?UTF-8?q?=E5=BA=A6=E5=8F=8D=E6=9F=A5=E5=9F=8E=E5=B8=82=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/views/location/location.scss | 14 +++-- src/utils/api.js | 3 +- src/views/location/Index.vue | 62 +++++++++++++------ 3 files changed, 55 insertions(+), 24 deletions(-) diff --git a/src/assets/css/components/views/location/location.scss b/src/assets/css/components/views/location/location.scss index 0639d6bc..592374c4 100644 --- a/src/assets/css/components/views/location/location.scss +++ b/src/assets/css/components/views/location/location.scss @@ -800,16 +800,22 @@ $color-highlight: #CC4444; .hexagon-tooltip__body { padding: 8px 18px; + .body__header { + color: $color-human; + font-weight: bold; + font-size: 12px; + } + .body__timeline { display: flex; flex-direction: row; padding: 3px 0; .timeline-symbol { - margin-top: 6px; + margin-top: 8px; margin-right: 6px; - width: 8px; - height: 8px; + width: 5px; + height: 5px; border-radius: 50%; background-color: $color-circle; } @@ -821,7 +827,7 @@ $color-highlight: #CC4444; .item__label { padding-right: 10px; text-align: right; - width: 60px; + width: 40px; font-size: 12px; color: $color-text-primary; } diff --git a/src/utils/api.js b/src/utils/api.js index 43820d1c..394a3b3a 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -371,7 +371,8 @@ export const api = { list: apiVersion + '/locationIntelligence/list', followedSubscriber: apiVersion + '/locationIntelligence/followed/subscribers', tracking: apiVersion + '/locationIntelligence/trace/tracking', - follow: apiVersion + '/locationIntelligence/follow' + follow: apiVersion + '/locationIntelligence/follow', + geoLocation: apiVersion + 'locationIntelligence/geolocation' } } diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index 166dd864..2d21f236 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -109,7 +109,7 @@