mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
课程学习及笔记页面
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user