fix: modal close css
parent
fd06e829c1
commit
76d5a66586
|
@ -65,16 +65,16 @@
|
||||||
&-close {
|
&-close {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
// background: #fff !important;
|
background: #fff !important;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-close-x {
|
// &-close-x {
|
||||||
display: inline-block;
|
// display: inline-block;
|
||||||
width: 96px;
|
// width: 96px;
|
||||||
height: 56px;
|
// height: 56px;
|
||||||
line-height: 56px;
|
// line-height: 56px;
|
||||||
}
|
// }
|
||||||
|
|
||||||
// &-confirm-body {
|
// &-confirm-body {
|
||||||
// .ant-modal-confirm-content {
|
// .ant-modal-confirm-content {
|
||||||
|
|
Loading…
Reference in New Issue