Browse Source

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

pull/3755/head
6LWa6ZKx 2 years ago
committed by GitHub
parent
commit
a00725be57
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      src/components/Modal/src/index.less

7
src/components/Modal/src/index.less

@ -121,12 +121,13 @@
}
}
}
}
.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 {
top: 60px;

Loading…
Cancel
Save