Browse Source

字体颜色优化

wulanhaote
hbao 3 years ago
parent
commit
cd4c57e170
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/homesteadSurvey/list.vue

+ 1
- 1
src/views/homesteadSurvey/list.vue View File

@@ -4699,7 +4699,7 @@
//text: "标注点", //文本内容
fill: new ol.style.Fill({
//文本填充样式(即文字颜色)
color: "#0099FF",
color: "#FF0000",
width: 10,
}),
overflow: false //超出面的部分不显示


Loading…
Cancel
Save