From 1a146afcd71f384ace4b4ee4cdad42e8fad00f28 Mon Sep 17 00:00:00 2001 From: guanj Date: Thu, 27 Nov 2025 15:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=B3=A2=E5=BD=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/transientStatisticsDetail.vue | 2 +- src/components/echarts/rmsboxi.vue | 281 ++++++++++++------ src/components/echarts/shushiboxi.vue | 27 +- 3 files changed, 219 insertions(+), 91 deletions(-) diff --git a/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue b/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue index 723ecb2..dc3d46e 100644 --- a/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue +++ b/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue @@ -150,7 +150,7 @@ const tableStore: any = new TableStore({ nextTick(() => { if (waveFormAnalysisRef.value) { // waveFormAnalysisRef.value.setHeight(false, 360) - waveFormAnalysisRef.value.setHeight(1, 50, 1.8) + waveFormAnalysisRef.value.setHeight(999, 130, 1.6666666) } }) await analyseWave(row.id) diff --git a/src/components/echarts/rmsboxi.vue b/src/components/echarts/rmsboxi.vue index f9b5695..a050693 100644 --- a/src/components/echarts/rmsboxi.vue +++ b/src/components/echarts/rmsboxi.vue @@ -1,8 +1,5 @@