feat:完善功能

This commit is contained in:
张先生
2025-03-18 16:59:36 +08:00
parent d43da24717
commit aeadb4d704
9 changed files with 46 additions and 30 deletions

View File

@@ -4,14 +4,13 @@
class="myVideo"
ref="videoElement"
muted
:style="videoStyle"
playsinline
:controls="false"
disablePictureInPicture
></video>
<div v-if="loading" class="loading-overlay pointer-events-none">
<!-- <div v-if="loading" class="loading-overlay pointer-events-none">
<div class="loading-text">{{ loadingText }}</div>
</div>
</div> -->
</div>
</template>
@@ -297,11 +296,10 @@
.myVideo {
width: 100%;
height: auto;
height: 100%;
// aspect-ratio: 16/9;
/* border: 1px solid #ccc; */
border-radius: vw(5);
background-color: #000;
// border-radius: vw(5);
}
.loading-overlay {