课程学习及笔记页面

This commit is contained in:
daihh
2022-10-09 18:20:24 +08:00
parent 0a7e09b2e8
commit 4a6a02a697
2 changed files with 12 additions and 14 deletions

View File

@@ -117,7 +117,7 @@
</div>
<!-- 课程单元 -->
<div class="course-units" v-if="tab == 1">
<div style="min-height: 500px;overflow-y: auto;">
<div style="min-height: 200px;overflow-y: auto;">
<div class="catalog" v-if="courseInfo.type == 20">
<div v-for="(item, index) in catalogTree" :key="index" :name="index">
<div style="margin: 10px 0px;font-weight: 700;">{{item.section.name}}</div>
@@ -1174,7 +1174,7 @@
margin: 20px 80px;
.course-playbox {
background-color: #fff;
min-height: 545px;
min-height: 400px;
display: flex;
justify-content: space-between;
.course-player{ //内容播放区域
@@ -1569,7 +1569,7 @@
}
.catalog {
height: 500px;
height: 100%;
max-width: 500px;
overflow: auto;