Update height in Step3Simulation and Step4Report components for improved layout consistency
This commit is contained in:
@@ -1231,7 +1231,7 @@ onUnmounted(() => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
height: 120px;
|
||||
height: 100px;
|
||||
overflow-y: auto;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
@@ -2888,7 +2888,7 @@ watch(() => props.reportId, (newId) => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
height: 120px;
|
||||
height: 100px;
|
||||
overflow-y: auto;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user