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

This commit is contained in:
6LWa6ZKx
2024-04-16 16:44:13 +08:00
committed by GitHub
parent 162a0d0252
commit a00725be57

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 {