king
2023-08-14 2ba95837d19cf7d4914a1498f2ab00ffc7aae2a2
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;
  }
}