king
2021-05-08 9d65dcb2e35f8091f71110c4de7a04215b63b81e
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;
      }
    }
  }
}