diff --git a/src/pages/modules/map/index.vue b/src/pages/modules/map/index.vue index c8c859a..8e895b8 100644 --- a/src/pages/modules/map/index.vue +++ b/src/pages/modules/map/index.vue @@ -31,8 +31,8 @@ :key="`point-${index}`" :cx="point.px_x" :cy="point.px_y" - r="3" - :fill="point.color" + r="1" + fill="green" />