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;