Explorar o código

fix ship color and width

459242451@qq.com %!s(int64=3) %!d(string=hai) anos
pai
achega
c244409186
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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({