king
2021-03-01 c45a375e5b4ce0e33c7fc8a1aecdad67d60acc9e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.menu-card-detail-form {
  min-height: 190px;
 
  .ant-input-number {
    width: 100%;
  }
  .ant-form-item-label {
    .anticon-question-circle {
      color: #c49f47;
      margin-right: 5px;
    }
  }
  .ant-col {
    height: 65px;
  }
  .color-form {
    .ant-form-item-control {
      .color-sketch-block {
        position: relative;
        top: 7px;
      }
    }
  }
  .ant-form-explain, .ant-form-extra {
    font-size: 13px;
  }
}