From a273d47938db466b48062812187c6ee8cb8d78f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=93=E7=85=9C?= <2210102150@qq.com> Date: Thu, 17 Jul 2025 17:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AE=E8=AF=84=E5=88=86?= =?UTF-8?q?=E4=BC=9A=E7=82=B9=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/coursenew.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index 9008c175..eff4dcec 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -1749,12 +1749,17 @@ min-height: 400px; display: flex; justify-content: space-between; + .course-player-container { + display: flex; + flex-direction: column; + height: 100%; + } .course-player{ //内容播放区域 - flex:1; + flex: 4; // 80%高度 min-width: 700px; - min-height: 400px; - max-height: 800px; - //height: 100%; + // min-height: 400px; + // max-height: 800px; + height: 80%; border: 1px solid #ffffff; padding-right: 20px; // overflow: auto; @@ -2045,7 +2050,8 @@ } .course-interact { - height: 54px; + flex: 1; // 20%高度 + min-height: 54px; // padding-top: 10px; // padding-right: 10px; padding: 0 20px;