king
2020-07-17 e70553694d5ab6869a85a0db60bc14942a06bc15
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.color-sketch-block {
  padding: 5px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
  display: inline-block;
  cursor: pointer;
 
  .color-sketch-block-inner {
    width: 50px;
    height: 14px;
    border-radius: 2px;
  }
}
 
.color-sketch-popover {
  .ant-popover-inner-content {
    padding: 0;
    .sketch-picker {
      width: 210px!important;
    }
  }
}