king
2021-09-16 73c0258e4e30f1d2e407cb067feea8e79fad081d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.normal-table-mark-form {
  .anticon-question-circle {
    color: #c49f47;
    position: relative;
    left: -3px;
  }
  .color-sketch-block {
    position: relative;
    top: 5px;
    .color-sketch-block-box {
      width: 100%;
    }
    .color-sketch-value {
      display: none;
    }
  }
}