浏览代码

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({