refactor(styles): adjust modal confirm body padding for improved layout consistency

This commit is contained in:
Teo 2025-06-12 18:24:27 +08:00
parent d95a4e56f5
commit 69acb2fccd

View File

@ -234,8 +234,8 @@
}
}
.ant-modal {
.ant-modal-confirm-title {
padding: 16px 0 16px 0;
.ant-modal-confirm-body-has-title {
padding: 16px 0 0 0;
}
.ant-modal-content {
border-radius: 12px;