From d3ece4cef58a075c8182cf98f107bd5dfcfc34d5 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 01 四月 2021 18:16:23 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/Styles.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/Styles.js b/src/conf/Styles.js index c94b60d..9f6457d 100644 --- a/src/conf/Styles.js +++ b/src/conf/Styles.js @@ -5,8 +5,8 @@ color: '#73b2ff', fillOpacity: 0.2, opacity: 1, - dashArray: '10,4', - dashSpeed: -10, + dashArray: '4,4', + dashSpeed: -5, size: [20, 20] } -- Gitblit v1.8.0