king
2021-03-31 4f5f8002496e8b32c1ba83e9d3a0674e61c41c03
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.picture-edit-model-form {
  min-height: 150px;
  .ant-input:read-only {
    background: #fafafa;
    resize: none;
  }
  .ant-input:read-only:hover, .ant-input:read-only:focus {
    border-color: #d9d9d9;
    box-shadow: none;
  }
  .ant-form-explain, .ant-form-extra {
    font-size: 13px;
  }
}