king
2025-05-23 24842b40de5cd60700bf69dfd38a0332f5431e36
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
.custom-menu-form {
  .ant-form-item {
    height: 50px;
    .ant-form-explain {
      font-size: 12px;
    }
  }
  .red-font {
    label {
      color: red;
    }
    textarea {
      color: red;
    }
  }
  .color-sketch-block {
    position: relative;
    top: 7px;
    .color-sketch-block-box {
      width: 40px;
    }
    .color-sketch-value {
      width: 130px;
      .anticon-close-circle {
        right: 10px;
      }
    }
  }
  .sys-color-sketch-block {
    white-space: nowrap;
  }
}