From 17c6c13d4f31fc6b06d77add38da067d5f7aaba4 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 05:29:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=94=E6=B8=A9=E8=B5=B0=E5=8A=BF=E5=9B=BE?= =?UTF-8?q?=20Y=20=E8=BD=B4=E5=92=8C=20UMA=20=E9=98=88=E5=80=BC=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E4=BB=8E=E5=8F=B3=E4=BE=A7=E7=A7=BB=E8=87=B3=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx index 05431b66..2f95353b 100644 --- a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx +++ b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx @@ -327,14 +327,14 @@ export function LiveTemperatureThresholdChart({ - `${Number(v).toFixed(1)}°`} orientation="right" axisLine={{ stroke: "#cbd5e1" }} tickLine={false} /> + `${Number(v).toFixed(1)}°`} axisLine={{ stroke: "#cbd5e1" }} tickLine={false} /> {threshold !== null && ( )}