修复问评分会点错

This commit is contained in:
王卓煜
2025-07-17 17:14:43 +08:00
parent 989f1e87f4
commit a273d47938

View File

@@ -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;