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 {