Browse Source

fix: modal close css

main
xingyu 2 years ago
parent
commit
76d5a66586
  1. 14
      src/components/Modal/src/index.less

14
src/components/Modal/src/index.less

@ -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 {