// .ant-modal-body { // position: relative !important; // &::before { // content: " " !important; // position: absolute !important; // top: 0 !important; // left: 0 !important; // width: calc(100% + 24px) !important; // height: 1px !important; // background: @border-color !important; // } // &::after { // content: " " !important; // position: absolute !important; // bottom: 0 !important; // left: 0 !important; // width: calc(100% + 24px) !important; // height: 1px !important; // background: @border-color !important; // } // }