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.
This commit is contained in:
666ghj 2025-12-16 11:37:34 +08:00
parent 2247d3d1a7
commit 0f6395b6ab

View file

@ -8,7 +8,7 @@
<!-- Report Header -->
<div class="report-header-block">
<div class="report-meta">
<span class="report-tag">REPORT</span>
<span class="report-tag">Prediction Report</span>
<span class="report-id">ID: {{ reportId || 'REF-2024-X92' }}</span>
</div>
<h1 class="main-title">{{ reportOutline.title }}</h1>
@ -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 {