Ver Fonte

no message

USER-20230908AJ\Administrator há 1 ano atrás
pai
commit
53efa59623
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      components/en-utils/en-image-video/en-image-video.vue

+ 9 - 0
components/en-utils/en-image-video/en-image-video.vue

@@ -75,6 +75,15 @@
 </script>
 
 <style lang="scss" scoped>
+.video-box {
+  height: 70vh;
+  width: 100vw;
+
+  .myVideo {
+    height: 70vh;
+    width: 100vw;
+  }
+}
 	.image-box {
 		flex-wrap: wrap;
 	}