From cfdd45a60d755832a9bbed4bf78542e7a62819f5 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Mon, 6 Jul 2026 17:14:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E6=97=B6=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/TVibrationsensorData/RealTimeMonitor.html | 7 +++++++ .../system/TempertureData/DistributionCabinetMonitor.html | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/TVibrationsensorData/RealTimeMonitor.html b/ruoyi-admin/src/main/resources/templates/system/TVibrationsensorData/RealTimeMonitor.html index ea00db5..97ef69d 100644 --- a/ruoyi-admin/src/main/resources/templates/system/TVibrationsensorData/RealTimeMonitor.html +++ b/ruoyi-admin/src/main/resources/templates/system/TVibrationsensorData/RealTimeMonitor.html @@ -124,6 +124,13 @@ height: 22vw; } + #chartDivs { + height: calc(100vh - 4.2vw - 0.8vw - 15px); + overflow-y: auto; + -ms-overflow-style: none; + scrollbar-width: none; + } + .border { min-height: 10.5vw; border: 0; diff --git a/ruoyi-admin/src/main/resources/templates/system/TempertureData/DistributionCabinetMonitor.html b/ruoyi-admin/src/main/resources/templates/system/TempertureData/DistributionCabinetMonitor.html index fcc52c8..9e5e323 100644 --- a/ruoyi-admin/src/main/resources/templates/system/TempertureData/DistributionCabinetMonitor.html +++ b/ruoyi-admin/src/main/resources/templates/system/TempertureData/DistributionCabinetMonitor.html @@ -452,7 +452,8 @@ var minTemperature = parseTemperature(v.humidity); var maxTemperature = parseTemperature(v.tempreture); var avgTemperature = parseTemperature(v.illuminance); - var progress = getTemperatureProgress(minTemperature, maxTemperature, avgTemperature); + // var progress = getTemperatureProgress(minTemperature, maxTemperature, avgTemperature); + var progress = v.tempreture var tempClass = getTemperatureBarClass(v.tempreture); var html = "" + "
"