|
@@ -199,7 +199,7 @@ export default {
|
|
|
{ name: "吕梁市", appOrg: "1J001" }
|
|
|
],
|
|
|
points: [
|
|
|
- { name: "太原市", coordinate: [111.9393, 37.9570], appOrg: "1A003", x: "1", y: "2" },
|
|
|
+ { name: "太原市", coordinate: [111.9893, 37.8570], appOrg: "1A003", x: "1", y: "2" },
|
|
|
{ name: "大同市", coordinate: [113.6802, 39.5768], appOrg: "1B001", x: "1", y: "2" },
|
|
|
{ name: "阳泉市", coordinate: [113.583285, 37.861188], appOrg: "1C001", x: "1", y: "2" },
|
|
|
{ name: "长治市", coordinate: [113.113556, 36.191112], appOrg: "1D001", x: "1", y: "2" },
|
|
@@ -505,8 +505,8 @@ export default {
|
|
|
width: 45,
|
|
|
height: 38,
|
|
|
// 发光效果配置:
|
|
|
- shadowColor: "rgb(142,241,255)", // 发光颜色
|
|
|
- shadowBlur: 10, // 模糊程度,值越大发光越明显
|
|
|
+ shadowColor: "#fff", // 发光颜色
|
|
|
+ shadowBlur: 0, // 模糊程度,值越大发光越明显
|
|
|
borderWidth: 1,
|
|
|
padding: [4, 10, 3], // 文字内边距(可选)
|
|
|
borderRadius: 2, // 文字框圆角(可选)
|
|
@@ -846,4 +846,4 @@ export default {
|
|
|
|
|
|
<style scoped>
|
|
|
|
|
|
-</style>
|
|
|
+</style>
|