king
2022-03-01 3bb266595fbfa9af6b97405737496ed61c6b7c55
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
45
46
47
.model-search-edit-form {
  min-height: 180px;
  .ant-col-offset-4 {
    padding-left: 6px!important;
    padding-bottom: 20px;
  }
  .ant-form-item.text-area {
    // margin-bottom: 0px;
    .ant-form-item-control-wrapper {
      width: 84%;
    }
    .ant-form-item-label {
      width: 16%;
    }
    .CodeMirror {
      height: 150px;
    }
  }
  .ant-checkbox-group {
    .ant-checkbox-group-item {
      .ant-checkbox + span {
        padding-left: 4px;
        padding-right: 4px;
      }
    }
  }
  .color-form-item {
    .ant-form-item-control {
      height: 40px;
      .color-sketch-block {
        margin-top: 7px;
      }
    }
  }
  .ant-form-extra {
    padding-top: 0px;
    min-height: 0px;
  }
  .add-row-empty {
    position: absolute;
    right: 10px;
    top: -25px;
    color: #1890ff;
    cursor: pointer;
    font-size: 14px;
  }
}