直播显示

This commit is contained in:
2020-10-21 16:22:17 +08:00
parent aa32a51813
commit 6bad12dcdf
7 changed files with 115 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="video">
<video src=""></video>
<div class="video" id="local_stream">
<!-- <video src=""></video> -->
</div>
</template>
<style lang="scss" scoped>
@@ -9,7 +9,7 @@
height: 449px;
border-radius: 17px;
background-color: #0f0;
// overflow: hidden;
overflow: hidden;
>video{
width: 100%;
height: 100%;

View File

@@ -117,7 +117,6 @@
width: 57px;
height: 57px;
border-radius: 50%;
background-color: #0f0;
}
}
}