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

View File

@@ -1,3 +1,5 @@
@prefix-cls: ~'@{namespace}-basic-modal-wrap';
.fullscreen-modal {
overflow: hidden;
@@ -18,7 +20,8 @@
}
}
.ant-modal {
.@{prefix-cls} {
.ant-modal {
width: 520px;
padding-bottom: 0;
@@ -117,6 +120,7 @@
color: @success-color;
}
}
}
}
.ant-modal-confirm .ant-modal-body {