Browse Source

船速样式

CzRger 2 months ago
parent
commit
b1b073d50f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/stores/ship-map/map-style.ts

+ 1 - 1
src/stores/ship-map/map-style.ts

@@ -59,7 +59,7 @@ const ShipNormalStyle = ({course = 0, speed = 0, head = null, color = '#01f200',
         if (speed <= 5) {
             lineRadius = 2 + speed * 4
         } else if (speed <= 10) {
-            lineRadius = 10 + speed * 2
+            lineRadius = 15 + speed * 2
         } else if (speed <= 20) {
             lineRadius = 20 + speed * 2
         } else if (speed > 20) {