king
2024-05-23 9a11e62adeb8d435b52a361eb62d5b59e1deef2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.form-fork-modal {
  .ant-modal-header {
    text-align: center;
  }
  .ant-modal-body {
    min-height: 350px!important;
  }
 
  .ant-modal-footer {
    .ant-btn-primary {
      display: none;
    }
  }
}