From 88db88c99f57427114a415b3657ed520842bafca Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 14 五月 2024 16:01:08 +0800
Subject: [PATCH] Merge branch 'master' of ssh://114.215.109.124:29418/underway-vue

---
 src/utils/map/marks.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/utils/map/marks.js b/src/utils/map/marks.js
index ed0c807..c15f267 100644
--- a/src/utils/map/marks.js
+++ b/src/utils/map/marks.js
@@ -105,7 +105,7 @@
           image: img,
           // clipOrigin: [14, 92],
           // clipSize: [50, 68],
-          size: [24, 24],
+          size: [30, 30],
           anchor: 'bottom-center',
           angel: 0,
           retina: true
@@ -115,12 +115,12 @@
           direction: 'top',
           offset: [0, -5],
           style: {
-            fontSize: 15,
+            fontSize: 16,
             fontWeight: 'normal',
             fillColor: '#fff',
             strokeColor: '#333',
-            strokeWidth: 2
-            // backgroundColor: '#b1009b'
+            strokeWidth: 0,
+            backgroundColor: '#122b54a9'
           }
         }
       };

--
Gitblit v1.9.3