From 6d33bf879069f2fd004f32271a4cb4c8bb8511d1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 12 七月 2024 17:18:57 +0800
Subject: [PATCH] 1. 新增分段展示路径的测试页面

---
 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