king
2022-03-10 da305b2c5f325504b17e64f4cd4faf4f1427470e
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;
  }
}