king
2023-10-22 110b028e0cb54d9f50d57d1e1efd9d9bf9a8388e
1
2
3
4
5
6
7
8
9
.replace-field-modal {
  .ant-modal {
    top: 70px;
  }
  .ant-modal-body {
    min-height: 150px;
    padding-top: 40px;
  }
}