Update height in Step3Simulation and Step4Report components for improved layout consistency

This commit is contained in:
666ghj 2025-12-15 11:52:10 +08:00
parent b8817aa9cf
commit ab8b11606d
2 changed files with 2 additions and 2 deletions

View file

@ -1231,7 +1231,7 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
gap: 4px;
height: 120px;
height: 100px;
overflow-y: auto;
padding-right: 4px;
}

View file

@ -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;
}