fix(Modal): 修复BasicModal跟原生Modal样式冲突问题 (#3720)

This commit is contained in:
zhang 2024-04-09 10:39:05 +08:00 committed by GitHub
parent 0bbc2ef4ba
commit ade6d4c22d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 89 additions and 85 deletions

View File

@ -1,3 +1,5 @@
@prefix-cls: ~'@{namespace}-basic-modal-wrap';
.fullscreen-modal {
overflow: hidden;
@ -18,6 +20,7 @@
}
}
.@{prefix-cls} {
.ant-modal {
width: 520px;
padding-bottom: 0;
@ -118,6 +121,7 @@
}
}
}
}
.ant-modal-confirm .ant-modal-body {
padding: 24px !important;