index.module.less 539 B

123456789101112131415161718192021
  1. .musicPreviewModal{
  2. width: 1030px !important;
  3. height: 701px !important;
  4. max-width: 90vw !important;
  5. max-height: 90vh !important;
  6. overflow: hidden;
  7. border-radius: 18px !important;
  8. :global{
  9. .n-card__content{
  10. padding: 0 !important;
  11. >div{
  12. width: 100% !important;
  13. height: 100% !important;
  14. >iframe{
  15. width: 100% !important;
  16. height: 100% !important;
  17. }
  18. }
  19. }
  20. }
  21. }