antDraggle.less
459 Bytes
:global {
.ant-modal-content{
.resize-s{
width: 100%;
height: 5px;
position: absolute;
left: 0;
bottom: 0;
z-index: 10;
cursor: s-resize;
}
.resize-sw, .resize-se{
width: 10px;
height: 10px;
position: absolute;
bottom: 0;
z-index: 10;
}
.resize-sw{
left: 0;
cursor: sw-resize;
}
.resize-se{
right: 0;
cursor: se-resize;
}
}
}