Browse Source

style: modal style

main
xingyu 2 years ago
parent
commit
9c142656f1
  1. 4
      src/components/Modal/src/index.less

4
src/components/Modal/src/index.less

@ -54,7 +54,7 @@
} }
&-content { &-content {
padding: 12px 8px !important; padding: 8px !important;
box-shadow: box-shadow:
0 4px 8px 0 rgb(0 0 0 / 20%), 0 4px 8px 0 rgb(0 0 0 / 20%),
0 6px 20px 0 rgb(0 0 0 / 19%); 0 6px 20px 0 rgb(0 0 0 / 19%);
@ -114,7 +114,7 @@
} }
.ant-modal-confirm .ant-modal-body { .ant-modal-confirm .ant-modal-body {
padding: 24px !important; padding: 8px !important;
} }
@media screen and (max-height: 600px) { @media screen and (max-height: 600px) {