소스 검색

fix ship color and width

459242451@qq.com 3 년 전
부모
커밋
c244409186
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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({