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 @@