diff --git a/src/components/cockpit/F47Curve/index.vue b/src/components/cockpit/F47Curve/index.vue index b362872..e2e2818 100644 --- a/src/components/cockpit/F47Curve/index.vue +++ b/src/components/cockpit/F47Curve/index.vue @@ -429,7 +429,8 @@ const handleTolerableEventClick = async (row: any) => { isWaveCharts.value = true nextTick(() => { if (waveFormAnalysisRef.value) { - waveFormAnalysisRef.value.setHeight(false, 360) + //waveFormAnalysisRef.value.setHeight(false, 360) + waveFormAnalysisRef.value.setHeight(999, 130, 1.6666666) } }) await analyseWave(row.value[3]) diff --git a/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue b/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue index dc3d46e..7c0360e 100644 --- a/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue +++ b/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue @@ -16,7 +16,7 @@ -