From 993d36729df00619d43af11f80e13f0bfcad145d Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Thu, 7 Sep 2023 17:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E6=9D=BF=E7=AB=AF=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/views/analyse/nhtj/index.vue | 10 +++++++++- psdc-ui/src/views/control/timer/index.vue | 12 ++++++++++-- psdc-ui/src/views/emonitor/wdcgq/index.vue | 2 ++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/psdc-ui/src/views/analyse/nhtj/index.vue b/psdc-ui/src/views/analyse/nhtj/index.vue index 4f67089..69e628a 100644 --- a/psdc-ui/src/views/analyse/nhtj/index.vue +++ b/psdc-ui/src/views/analyse/nhtj/index.vue @@ -59,7 +59,7 @@ - +
@@ -551,6 +551,14 @@ const { filterForm } = toRefs(data); .app-container{ padding: 8px; } + .chartBox{ + width: 100%; + height: 250px; + #chart{ + width: 100%; + height: 100%; + } + } } diff --git a/psdc-ui/src/views/control/timer/index.vue b/psdc-ui/src/views/control/timer/index.vue index 4fccc0d..efa3d2b 100644 --- a/psdc-ui/src/views/control/timer/index.vue +++ b/psdc-ui/src/views/control/timer/index.vue @@ -16,7 +16,7 @@ - +