From f57633ef165ae24ae858894e3b9583a00d3ef7f6 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 03 七月 2024 17:49:21 +0800 Subject: [PATCH] 分段轨迹 --- 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