浏览代码

手机端

master
庞东旭 5 天前
父节点
当前提交
754fa1bea6
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/views/app/map.vue

+ 4
- 4
src/views/app/map.vue 查看文件

@@ -379,11 +379,11 @@
style: new ol.style.Style({
fill: new ol.style.Fill({
//矢量图层填充颜色,以及透明度
color: "rgba(255,224,0,0.3)",
color: "rgba(255,0,17,0.3)",
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#ffd154",
color: "#ff0000",
width: 3,
}),
})
@@ -597,11 +597,11 @@
style: new ol.style.Style({
fill: new ol.style.Fill({
//矢量图层填充颜色,以及透明度
color: "rgba(255,224,0,0.3)",
color: "rgba(255,0,17,0.3)",
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#ffd154",
color: "#ff0000",
width: 3,
}),
})


正在加载...
取消
保存