Browse Source

页面调整

敲代码的猫 4 weeks ago
parent
commit
ac02fd87e9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/screen/map/map.vue

+ 4 - 4
src/views/screen/map/map.vue

@@ -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>