king
2021-06-24 95afd40fc2741ac0ce59c2091f6cfce1f98877d4
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;
  }
}