common.less 598 B

123456789101112131415161718192021
  1. // .ant-modal-body {
  2. // position: relative !important;
  3. // &::before {
  4. // content: " " !important;
  5. // position: absolute !important;
  6. // top: 0 !important;
  7. // left: 0 !important;
  8. // width: calc(100% + 24px) !important;
  9. // height: 1px !important;
  10. // background: @border-color !important;
  11. // }
  12. // &::after {
  13. // content: " " !important;
  14. // position: absolute !important;
  15. // bottom: 0 !important;
  16. // left: 0 !important;
  17. // width: calc(100% + 24px) !important;
  18. // height: 1px !important;
  19. // background: @border-color !important;
  20. // }
  21. // }