fix: 修复确认弹出框样式错乱的问题 (#3742)
This commit is contained in:
parent
162a0d0252
commit
a00725be57
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue