king
2023-06-25 5025901e459ae49d85210573ad38fb3f3c1d9230
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.modal-source-setting-script {
  .ant-form-item {
    display: flex;
    margin-bottom: 5px;
  }
  .ant-form-item-label {
    width: 110px;
    min-width: 110px;
  }
  .field-able {
    .ant-form-item-control {
      line-height: 25px;
      padding-top: 7px;
    }
  }
  .ant-form-item-control-wrapper {
    flex: auto;
  }
  .CodeMirror {
    height: 350px;
  }
  .error-val {
    display: inline-block;
    margin-right: 5px;
    color: #1890ff;
    cursor: pointer;
  }
}
.adm-mask {
  z-index: 2000!important;
}
.adm-dialog {
  z-index: 2000!important;
  .adm-center-popup-body {
    background-color: #ffffff;
  }
  .adm-center-popup-wrap {
    z-index: 2000;
  }
  .adm-button {
    color: #1890ff;
    border-top: 1px solid #e9e9e9;
  }
}