From 0f6395b6ab5a34eb44b04ceb86124f0cbfbc34cb Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Tue, 16 Dec 2025 11:37:34 +0800 Subject: [PATCH] Update Step4Report component header and padding for improved clarity and layout - Changed the report tag from "REPORT" to "Prediction Report" for better context. - Adjusted padding in the left panel to enhance layout consistency and user experience. --- frontend/src/components/Step4Report.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Step4Report.vue b/frontend/src/components/Step4Report.vue index 7366cc5..0290b90 100644 --- a/frontend/src/components/Step4Report.vue +++ b/frontend/src/components/Step4Report.vue @@ -8,7 +8,7 @@
- REPORT + Prediction Report ID: {{ reportId || 'REF-2024-X92' }}

{{ reportOutline.title }}

@@ -1456,7 +1456,7 @@ watch(() => props.reportId, (newId) => { overflow-y: auto; display: flex; flex-direction: column; - padding: 60px 50px; + padding: 30px 50px 60px 50px; } .left-panel::-webkit-scrollbar {