From 355b4b76c8a09e2138353c78106a369ef787473f Mon Sep 17 00:00:00 2001 From: selia-zx <1771203023@qq.com> Date: Thu, 16 Oct 2025 14:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E6=B4=BB=E7=83=AD?= =?UTF-8?q?=E6=B0=B4=E7=9B=91=E6=8E=A7=E7=9A=84=E4=BE=A7=E8=BE=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hotWater/waterMonitor/waterMonitorDetails.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/hotWater/waterMonitor/waterMonitorDetails.vue b/src/views/hotWater/waterMonitor/waterMonitorDetails.vue index 380e377..30cb073 100644 --- a/src/views/hotWater/waterMonitor/waterMonitorDetails.vue +++ b/src/views/hotWater/waterMonitor/waterMonitorDetails.vue @@ -2059,12 +2059,17 @@ export default { width: 200px !important; min-height: 340px !important; padding: 0.15rem 0.1rem 0.1rem 0.1rem !important; + // justify-content: flex-start !important; } .app-container .tree-div { - height: 300px !important; + height: 200px !important; width: 100%; overflow-x: hidden !important; } + .base-height{ + overflow-y: hidden !important; + min-height: 250px !important; + } .app-container .right-monitor { width: calc(100% - 210px) !important; .folw {