king
2021-07-22 f3ec8c20eeabee6eaab1508d2f3896c28aab611c
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: 6px;
  }
}