From 851b12dfd95c16fcb8e9c10889c8ebc9bfbd8c9e Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Sat, 13 Dec 2025 21:59:10 +0800 Subject: [PATCH] Adjust max-height of report display in Step4Report component for improved visibility --- frontend/src/components/Step4Report.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Step4Report.vue b/frontend/src/components/Step4Report.vue index ac0f7c9..e4ca2b7 100644 --- a/frontend/src/components/Step4Report.vue +++ b/frontend/src/components/Step4Report.vue @@ -1268,7 +1268,7 @@ watch(() => props.reportId, (newId) => { display: flex; flex-direction: column; gap: 3px; - max-height: 400px; + max-height: 100px; overflow-y: auto; padding-right: 4px; }