|
|
@@ -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',
|
|
|
},
|
|
|
]);
|