update 对接底部数据,添加地图公共less

This commit is contained in:
zk
2023-12-08 18:16:52 +08:00
parent 190d69573f
commit b7e84b89a9
12 changed files with 269 additions and 95 deletions
+1 -2
View File
@@ -45,7 +45,6 @@ export function createCircle(option) {
radius: 100000, //半径
borderWeight: 3,
strokeColor: '#FF33FF',
strokeOpacity: 1,
// strokeWeight: 6,
strokeOpacity: 0.2,
fillOpacity: 0.4,
@@ -56,4 +55,4 @@ export function createCircle(option) {
zIndex: 50,
...option,
});
}
}