|
@@ -24,7 +24,7 @@ onMounted(() => {
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <div class="video-content">
|
|
|
+ <div class="rtsp-video-content">
|
|
|
<video
|
|
|
id="videoPlayer"
|
|
|
class="video-js vjs-default-skin"
|
|
@@ -36,8 +36,8 @@ onMounted(() => {
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
-<style lang="scss">
|
|
|
-.video-content {
|
|
|
+<style lang="scss" scoped>
|
|
|
+.rtsp-video-content {
|
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
|
overflow: hidden;
|