fix: 修复确认弹出框样式错乱的问题 (#3742)

This commit is contained in:
6LWa6ZKx 2024-04-16 16:44:13 +08:00 committed by GitHub
parent 162a0d0252
commit a00725be57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -121,11 +121,12 @@
}
}
}
.ant-modal-confirm .ant-modal-body {
padding: 24px !important;
}
}
.ant-modal-confirm .ant-modal-body {
padding: 24px !important;
}
@media screen and (max-height: 600px) {
.ant-modal {