fix
pyt
2025-04-21 02d16b19f80fba17ecfdfeb5f0b0ded25d2b8953
src/components/PlayLive/index.vue
@@ -1,6 +1,6 @@
<template>
    <div>
        <video id="video" width="100%" height="100%" muted controls></video>
    <div style="height: 100%;">
        <video id="video" style="height: 100%;width: 100%;" muted controls></video>
    </div>
</template>