From 570bf19c3d5423e1e273e6648e4d3d66fdb7ac71 Mon Sep 17 00:00:00 2001 From: hi2hi Date: Wed, 4 Dec 2024 14:18:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E8=B0=83=E6=95=B4=E4=B8=96?= =?UTF-8?q?=E7=95=8C=E5=9C=B0=E5=9B=BE=E6=8F=90=E7=A4=BA=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BF=AE=E6=AD=A3=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/world-map/world-map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/world-map/world-map.vue b/src/components/world-map/world-map.vue index b0646e5..f8ce7fc 100644 --- a/src/components/world-map/world-map.vue +++ b/src/components/world-map/world-map.vue @@ -129,7 +129,7 @@ const tipsContentStyle = computed(() => { } else { style.bottom = '10px'; style.left = '50%'; - style.transform = 'translate(-50%, -50%)'; + style.transform = 'translate(-50%, 0)'; } return style; });