| 123456789101112131415161718192021 |
- .musicPreviewModal{
- width: 1030px !important;
- height: 701px !important;
- max-width: 90vw !important;
- max-height: 90vh !important;
- overflow: hidden;
- border-radius: 18px !important;
- :global{
- .n-card__content{
- padding: 0 !important;
- >div{
- width: 100% !important;
- height: 100% !important;
- >iframe{
- width: 100% !important;
- height: 100% !important;
- }
- }
- }
- }
- }
|