123456789101112131415161718192021 |
- .video-uploader {
- video {
- margin-top: 2em;
- width: 100%;
- max-height: 360px;
- }
- }
-
- // .ant-upload {
- // :global(.ant-upload-select) {
- // width: var(--cust-upload-width) !important;
- // height: auto !important;
- // aspect-ratio: var(--cust-upload-ratio);
- // }
-
- // .cust-img-thumb {
- // width: var(--cust-upload-width) !important;
- // height: auto !important;
- // aspect-ratio: var(--cust-upload-ratio);
- // }
- // }
|