SyuanYu hace 8 meses
padre
commit
9974f1cbcc
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/views/RtspStream.vue

+ 3 - 3
src/views/RtspStream.vue

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