|
@@ -7,7 +7,7 @@
|
|
<div class="pb_left">
|
|
<div class="pb_left">
|
|
<div class="courseTitle">{{ courseDetail.title }}</div>
|
|
<div class="courseTitle">{{ courseDetail.title }}</div>
|
|
<div class="ml">目录</div>
|
|
<div class="ml">目录</div>
|
|
- <div style="overflow: auto;">
|
|
|
|
|
|
+ <div style="overflow: auto; height: 750px">
|
|
<div v-for="(item, stageIndex) in navList" :key="stageIndex">
|
|
<div v-for="(item, stageIndex) in navList" :key="stageIndex">
|
|
<div class="blue_box_one" @click="get(stageIndex)">
|
|
<div class="blue_box_one" @click="get(stageIndex)">
|
|
<div>第{{ stageIndex + 1 }}阶段</div>
|
|
<div>第{{ stageIndex + 1 }}阶段</div>
|
|
@@ -2988,7 +2988,8 @@ export default {
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
max-height: 0;
|
|
max-height: 0;
|
|
- height: 140px;
|
|
|
|
|
|
+ height: 220px;
|
|
|
|
+ overflow-y: auto;
|
|
}
|
|
}
|
|
.twoChild > div:nth-child(1) {
|
|
.twoChild > div:nth-child(1) {
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|