index.less 334 B

123456789101112131415161718
  1. .content {
  2. margin-left: 30px;
  3. .text::before {
  4. display: inline-block;
  5. margin-right: 4px;
  6. color: #ff4d4f;
  7. font-size: 14px;
  8. font-family: SimSun, sans-serif;
  9. line-height: 1;
  10. content: '*';
  11. }
  12. :global {
  13. .ant-upload.ant-upload-select-picture-card {
  14. width: 205px;
  15. height: 205px;
  16. }
  17. }
  18. }