Adjust max-height of report display in Step4Report component for improved visibility

This commit is contained in:
666ghj 2025-12-13 21:59:10 +08:00
parent f904407741
commit 851b12dfd9

View file

@ -1268,7 +1268,7 @@ watch(() => props.reportId, (newId) => {
display: flex;
flex-direction: column;
gap: 3px;
max-height: 400px;
max-height: 100px;
overflow-y: auto;
padding-right: 4px;
}