From 355ae06bc0e930ad538bf0aeaef5d9ceffc5f9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Mon, 30 Jun 2025 15:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=95=E4=BD=8D=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/debug/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/debug/index.vue b/src/views/debug/index.vue index d6f3470..f317456 100644 --- a/src/views/debug/index.vue +++ b/src/views/debug/index.vue @@ -98,11 +98,11 @@ const onBottomState = () => {}
湿度 - {{ roundNumber(item.rh, 2) }} + {{ roundNumber(item.rh, 2) }}%RH
H202浓度 - {{ roundNumber(item.h2o2, 2) }}PPM + {{ roundNumber(item.h2o2, 2) }}ppm
@@ -308,7 +308,7 @@ const onBottomState = () => {} height: 10vh; } .debug-bw{ - width: 8vw; + width: 13vw; } .debug-label{ width: 13vw;