king
2021-03-05 e36eb1999794bd71e76482b92a0b0b20f49d0032
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.model-menu-setting-form {
  position: relative;
 
  .anticon-question-circle {
    color: #c49f47;
    margin-right: 3px;
  }
  .ant-input-number {
    width: 100%;
  }
  .color-sketch-block {
    position: relative;
    top: 7px;
  }
}