chc 1 년 전
부모
커밋
f2bf949b93
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/views/map/changeMap.vue

+ 2 - 3
src/views/map/changeMap.vue

@@ -193,7 +193,6 @@ eventBus.on('rainLegend2', (e) => {
           minIndex=index
         }
       })
-      debugger
       rainLegendNow2.value = colors.slice(minIndex, maxIndex + 1);
   // if (Number(e.max) > 0.5) {
   //   let level1 = Number(((e.max - 0.5) / 3 + 0.5).toFixed(2))
@@ -275,11 +274,11 @@ const rainLegend = reactive([
     value: '50~99.9',
   },
   {
-    style: 'background:#fa00fa',
+    style: 'background:#f900fb',
     value: '100~250',
   },
   {
-    style: 'background:#810041',
+    style: 'background:#81013d',
     value: '>250',
   },
 ]);