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:
parent
2247d3d1a7
commit
0f6395b6ab
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
<!-- Report Header -->
|
<!-- Report Header -->
|
||||||
<div class="report-header-block">
|
<div class="report-header-block">
|
||||||
<div class="report-meta">
|
<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>
|
<span class="report-id">ID: {{ reportId || 'REF-2024-X92' }}</span>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="main-title">{{ reportOutline.title }}</h1>
|
<h1 class="main-title">{{ reportOutline.title }}</h1>
|
||||||
|
|
@ -1456,7 +1456,7 @@ watch(() => props.reportId, (newId) => {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 60px 50px;
|
padding: 30px 50px 60px 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-panel::-webkit-scrollbar {
|
.left-panel::-webkit-scrollbar {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue