king
2021-11-15 ded0a522a7747fb841719c13c8c35f13cf5cda4c
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;
  }
}