style.less 451B

123456789101112131415161718192021
  1. .video-uploader {
  2. video {
  3. margin-top: 2em;
  4. width: 100%;
  5. max-height: 360px;
  6. }
  7. }
  8. // .ant-upload {
  9. // :global(.ant-upload-select) {
  10. // width: var(--cust-upload-width) !important;
  11. // height: auto !important;
  12. // aspect-ratio: var(--cust-upload-ratio);
  13. // }
  14. // .cust-img-thumb {
  15. // width: var(--cust-upload-width) !important;
  16. // height: auto !important;
  17. // aspect-ratio: var(--cust-upload-ratio);
  18. // }
  19. // }