Browse Source

no message

USER-20230908AJ\Administrator 1 year ago
parent
commit
53efa59623
1 changed files with 9 additions and 0 deletions
  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;
 	}