chc hai 1 ano
pai
achega
f2bf949b93
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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',
   },
 ]);