From af136e1f575a8c9f5d160f55fc1b0bc2d2ccc8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Mon, 3 Jul 2023 09:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/video.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/course/video.module.scss b/src/pages/course/video.module.scss index 74756a1..cd7fc84 100644 --- a/src/pages/course/video.module.scss +++ b/src/pages/course/video.module.scss @@ -19,7 +19,7 @@ .video-box { width: 100%; float: left; - height: 211px; + height: auto; position: relative; .alert-message { position: absolute; @@ -28,7 +28,7 @@ right: 0; bottom: 0; width: 100%; - height: 100%; + height: 211px; background: rgba(0, 0, 0); display: flex; flex-direction: column;