fix(Modal): 修复BasicModal跟原生Modal样式冲突问题 (#3720)
This commit is contained in:
parent
0bbc2ef4ba
commit
ade6d4c22d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue