styles.less 858 Bytes
.outSideDiv{
  display: inline-block;
  padding-left: 20px;
  .onePic{
    width: 100px;
    height: auto;
    cursor: pointer;
  }
}

//.modalDiv{
//  display: grid;
//  position: relative;
//  overflow: auto;
//  background-repeat: no-repeat;
//  background-position: center;
//  background-size: cover;
//}

//.readOnlyImage{
//  width: 100%;
//  display: grid;
//  place-items: center;
//  img{
//    height: auto;
//  }
//}
//.oneSetItem{
//  position: absolute;
//  border: 1px solid red;
//  p{
//    margin-bottom: 0;
//    user-select: none;
//  }
//}
//.modalParentDiv{
//  display: grid;
//  place-items: center;
//  width: 100%;
//  height: 100%;
//}

.ModalClass{
  :global{
    .ant-modal-footer{
      text-align: center;
    }
  }
}
//.draggableIcon{
//  position: absolute;
//  left: 10;
//  top: 10;
//  color: red;
//  z-index: 10000;
//}