From 807793982a7414654de5954401e7a4faa2abd0b6 Mon Sep 17 00:00:00 2001 From: baol Date: Tue, 7 Nov 2023 11:19:57 +0800 Subject: [PATCH] fix bug --- .../ClimateReconDataAssim/Legend.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/catalog/IntegrationAndOnlineCalc/ClimateReconDataAssim/Legend.jsx b/src/components/catalog/IntegrationAndOnlineCalc/ClimateReconDataAssim/Legend.jsx index 74a68e0..ae2abec 100644 --- a/src/components/catalog/IntegrationAndOnlineCalc/ClimateReconDataAssim/Legend.jsx +++ b/src/components/catalog/IntegrationAndOnlineCalc/ClimateReconDataAssim/Legend.jsx @@ -11,10 +11,13 @@ function Legend({ style }) {
温度异常(℃)
- {[-1, -0.5, 0, 0.5, 1].map((item, index) => { + {[ + -0.7, -0.6, -0.5, -0.4, -0.3, -0.2, -0.1, 0, 0.1, 0.2, 0.3, 0.4, 0.5, + 0.6, 0.7, + ].map((item, index) => { return (