Update height in Step3Simulation and Step4Report components for improved layout consistency
This commit is contained in:
parent
b8817aa9cf
commit
ab8b11606d
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue