From 827ea37573b713f6b2f2268c66e5a9a270aefb11 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 06 三月 2026 17:04:07 +0800
Subject: [PATCH] #
---
src/main/webapp/components/MapCanvas.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/components/MapCanvas.js b/src/main/webapp/components/MapCanvas.js
index 5fd1cba..276827b 100644
--- a/src/main/webapp/components/MapCanvas.js
+++ b/src/main/webapp/components/MapCanvas.js
@@ -215,7 +215,8 @@
fontSize: '12px',
lineHeight: '18px',
letterSpacing: '0.04em',
- boxShadow: '0 6px 16px rgba(37, 64, 97, 0.06)'
+ boxShadow: '0 6px 16px rgba(37, 64, 97, 0.06)',
+ userSelect: 'none'
};
},
mapToolToggleStyle(active) {
@@ -2225,7 +2226,6 @@
}
}
});
-
--
Gitblit v1.9.1