Browse Source

Signed-off-by: Caner <5658514@qq.com>

Caner 3 years ago
parent
commit
2e52d5bbf3
2 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/App.vue
  2. 0 0
      src/pages/main.js

+ 1 - 1
src/pages/index/App.vue → src/pages/App.vue

@@ -128,7 +128,7 @@ const drawLines = (sRing, eRing, type = 2, sRing2 = '22715.705078125,11780.60937
   // 添加通风管道=>转弯里程一定要是车行道开始里程
   const line = document.createElementNS('http://www.w3.org/2000/svg', 'polyline')
   line.setAttributeNS(null, 'fill', 'none')
-  line.setAttributeNS(null, 'stroke', '#B0C4DE')
+  line.setAttributeNS(null, 'stroke', '#696969')
   line.setAttributeNS(null, 'stroke-width', 25)
   let txt2 = ''
   for (let k = 0; k < StartRingPnt.length; k++) {

+ 0 - 0
src/pages/index/main.js → src/pages/main.js