From ab8b11606d87478ccf9977ecaeba7aa850255013 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Mon, 15 Dec 2025 11:52:10 +0800 Subject: [PATCH] Update height in Step3Simulation and Step4Report components for improved layout consistency --- frontend/src/components/Step3Simulation.vue | 2 +- frontend/src/components/Step4Report.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Step3Simulation.vue b/frontend/src/components/Step3Simulation.vue index 096e171..667649a 100644 --- a/frontend/src/components/Step3Simulation.vue +++ b/frontend/src/components/Step3Simulation.vue @@ -1231,7 +1231,7 @@ onUnmounted(() => { display: flex; flex-direction: column; gap: 4px; - height: 120px; + height: 100px; overflow-y: auto; padding-right: 4px; } diff --git a/frontend/src/components/Step4Report.vue b/frontend/src/components/Step4Report.vue index b9cfff0..5945b39 100644 --- a/frontend/src/components/Step4Report.vue +++ b/frontend/src/components/Step4Report.vue @@ -2888,7 +2888,7 @@ watch(() => props.reportId, (newId) => { display: flex; flex-direction: column; gap: 4px; - height: 120px; + height: 100px; overflow-y: auto; padding-right: 4px; }