Kaynağa Gözat

fix ship color and width

459242451@qq.com 3 yıl önce
ebeveyn
işleme
c244409186
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      ruoyi-ui/src/components/map/index.vue

+ 2 - 2
ruoyi-ui/src/components/map/index.vue

@@ -814,8 +814,8 @@ export default {
       }); //这里要注意写fromLonLat,很重要
       line.setStyle(new Style({
         stroke: new Stroke({
-          width: 3,
-          color: "#ff730d"
+          width: 8,
+          color: "#0814f1"
         })
       }));
       this.linevectorLayer = new LayerVec({