保安服务企业管理项目备份
zhongrj
2023-11-07 9f33c5c883ef96ba2720f819cefcc70e2bdd5f5e
src/components/map/mainInThere.vue
@@ -548,8 +548,8 @@
          }),
          //边线颜色
          stroke: new Stroke({
            color: "rgb(18,150,219)",
            width: 4
            color: "rgb(0,153,255)",
            width: 3
          })
        })
      );
@@ -586,13 +586,13 @@
        new Style({
          //填充色
          fill: new Fill({
            color: "rgba(255, 255, 255, .7)" //填充颜色,不透明度0
            color: "rgba(255, 255, 255, .5)" //填充颜色,不透明度0
          }),
          //边线颜色
          stroke: new Stroke({
            // color: "rgb(18,150,219)", //面的边界线颜色
            color: "rgba(255, 255, 255, .5)", //面的边界线颜色
            width: 10 //边界线宽
            width: 9 //边界线宽
          })
        })
      );