This commit is contained in:
王一嘉
2025-07-23 18:44:27 +08:00
parent 6fe715062c
commit 27907ae1c4

View File

@@ -17,7 +17,7 @@ onMounted(() => {
<template>
<div class="plyrContainer">
<video ref="plyrContainer">
<video class="object-contain" ref="plyrContainer">
<source :src="src">
</video>
</div>
@@ -25,6 +25,9 @@ onMounted(() => {
<style scoped lang="scss">
.plyrContainer {
height: 80%;
width: 70%;
display: flex;
justify-content: center;
}
</style>