修改小bug

This commit is contained in:
A1300399510
2023-07-31 16:44:27 +08:00
parent 0b3643e04d
commit de637cffbd
6 changed files with 16 additions and 22 deletions

View File

@@ -116,10 +116,6 @@ const toConsumableArray = (arr) => {
box-sizing: border-box;
}
.alert-form .reports {
height: 440px;
}
.alert-form .reports .radio-area {
margin-bottom: 40px;
}
@@ -135,7 +131,7 @@ const toConsumableArray = (arr) => {
left: 50%;
top: 50%;
width: 740px;
height: 440px;
// height: 440px;
max-width: 90vw;
max-height: 90vh;
transform: translate(-50%, -50%);