style.less 106B

12345678
  1. :global {
  2. .avatar-uploader {
  3. & > .ant-upload {
  4. width: 128px;
  5. height: 128px;
  6. }
  7. }
  8. }