浏览代码

no message

USER-20230908AJ\Administrator 1 年之前
父节点
当前提交
53efa59623
共有 1 个文件被更改,包括 9 次插入0 次删除
  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;
 	}