From b9c5104fa16e67ef2761fc9f6ff5083573e958dc Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期二, 16 三月 2021 16:39:56 +0800 Subject: [PATCH] 功能选中效果实现 --- src/conf/Styles.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/conf/Styles.js b/src/conf/Styles.js index 2061afb..9f6457d 100644 --- a/src/conf/Styles.js +++ b/src/conf/Styles.js @@ -5,7 +5,7 @@ color: '#73b2ff', fillOpacity: 0.2, opacity: 1, - dashArray: '5,5', + dashArray: '4,4', dashSpeed: -5, size: [20, 20] } -- Gitblit v1.8.0