Parcourir la source

优化地图

wulanhaote
hbao il y a 3 ans
Parent
révision
cacc3b758f
2 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. +8
    -8
      src/components/Map/MapGisDrawing.vue
  2. +1
    -1
      src/views/homesteadSurvey/list.vue

+ 8
- 8
src/components/Map/MapGisDrawing.vue Voir le fichier

@@ -207,7 +207,7 @@ export default {
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),
@@ -249,7 +249,7 @@ export default {
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),
@@ -360,7 +360,7 @@ export default {
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),
@@ -402,7 +402,7 @@ export default {
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),
@@ -444,7 +444,7 @@ export default {
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),
@@ -486,7 +486,7 @@ export default {
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),
@@ -729,7 +729,7 @@ export default {
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),
@@ -771,7 +771,7 @@ export default {
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),


+ 1
- 1
src/views/homesteadSurvey/list.vue Voir le fichier

@@ -3020,7 +3020,7 @@
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#47c68f",
color: "#CCFF66",
width: 3,
}),
}),


Chargement…
Annuler
Enregistrer