king
2021-04-14 30b6c01972cc74152b733a94edcc0c2a614a2268
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;
  }
}