2026-04-20 16:57:54 +08:00
|
|
|
.ant-model {
|
|
|
|
|
.ant-modal-content {
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
}
|
|
|
|
|
.ant-modal-header {
|
|
|
|
|
padding: 16px 24px;
|
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
|
border-bottom: 1px solid #f0f0f0;
|
|
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
|
background-color: #005293;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
:where(.css-dev-only-do-not-override-ekaqbe).ant-modal {
|
|
|
|
|
.ant-modal-content {
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
.ant-modal-close-x {
|
|
|
|
|
color: #ffffff !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-modal-body {
|
|
|
|
|
padding: 16px 24px !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-modal-footer {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
padding: 16px 24px !important;
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-modal-header {
|
|
|
|
|
padding: 16px 24px;
|
|
|
|
|
border-bottom: 1px solid #f0f0f0;
|
|
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
|
background-color: #005293;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
.ant-modal-title {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-04-30 18:07:19 +08:00
|
|
|
:where(.css-dev-only-do-not-override-ekaqbe).ant-btn > span {
|
2026-04-22 17:53:20 +08:00
|
|
|
display: inline-flex;
|
2026-04-30 18:07:19 +08:00
|
|
|
}
|
|
|
|
|
.ant-image-preview-root {
|
|
|
|
|
.ant-image-preview-wrap {
|
|
|
|
|
z-index: 2005 !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-image-preview-mask {
|
|
|
|
|
z-index: 2005 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.ant-message {
|
|
|
|
|
z-index: 2005 !important;
|
|
|
|
|
}
|