From 38ff09bd2a638bc43a365efe0390cc3510d62e68 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 09 六月 2025 17:36:37 +0800 Subject: [PATCH] 2025.6.9 功能编写中 --- src/utils/map/marks.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/utils/map/marks.js b/src/utils/map/marks.js index 5d1ab3c..548e513 100644 --- a/src/utils/map/marks.js +++ b/src/utils/map/marks.js @@ -108,16 +108,16 @@ retina: true }, text: { - content: data.sceneName, + // content: data.sceneName, direction: 'top', offset: [0, -5], style: { fontSize: 12, - fontWeight: 'normal', + // fontWeight: 'normal', fillColor: '#fff', - strokeColor: '#333', - strokeWidth: 0, - backgroundColor: '#122b54a9' + // strokeColor: '#333', + // strokeWidth: 0, + backgroundColor: '#14428b' } } } -- Gitblit v1.9.3