king
2021-11-08 0225695d43c773d16f4d0743ad205590eed58cec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.model-tab-form {
  min-height: 180px;
  .anticon-question-circle {
    color: #c49f47;
    margin-right: 3px;
  }
  .ant-input-number {
    width: 100%;
    .ant-input-number-input:read-only {
      color: red;
      :hover {
        border-color: #d9d9d9;
      }
    }
  }
}