|
@@ -535,12 +535,12 @@
|
|
|
style="height: 650px; width: calc(100% - 50px)"
|
|
style="height: 650px; width: calc(100% - 50px)"
|
|
|
>
|
|
>
|
|
|
<video-player
|
|
<video-player
|
|
|
- class="video-player vjs-custom-skin"
|
|
|
|
|
|
|
+ class="video-player vjs-custom-skin notop"
|
|
|
:class="contentDialog == false ? 'isAllWidth' : ''"
|
|
:class="contentDialog == false ? 'isAllWidth' : ''"
|
|
|
:playsinline="true"
|
|
:playsinline="true"
|
|
|
:options="playerO[taskCount]"
|
|
:options="playerO[taskCount]"
|
|
|
@play="onPlayerPlay($event)"
|
|
@play="onPlayerPlay($event)"
|
|
|
- style="width: 100%; height: 100%; margin: 0 0 0 30px"
|
|
|
|
|
|
|
+ style="width: 100%; height: 650px; margin: 0 0 0 30px"
|
|
|
></video-player>
|
|
></video-player>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -17534,6 +17534,9 @@ export default {
|
|
|
} else if (_chapterData[this.taskCount][0].type == 16) {
|
|
} else if (_chapterData[this.taskCount][0].type == 16) {
|
|
|
this.showType = 16;
|
|
this.showType = 16;
|
|
|
this.pptImgUrl1 = _url;
|
|
this.pptImgUrl1 = _url;
|
|
|
|
|
+ } else if (_chapterData[this.taskCount][0].type == 17) {
|
|
|
|
|
+ this.showType = 16;
|
|
|
|
|
+ this.pptImgUrl1 = _url;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -17703,6 +17706,9 @@ export default {
|
|
|
} else if (_chapterData[this.taskCount][0].type == 16) {
|
|
} else if (_chapterData[this.taskCount][0].type == 16) {
|
|
|
this.showType = 16;
|
|
this.showType = 16;
|
|
|
this.pptImgUrl1 = _url;
|
|
this.pptImgUrl1 = _url;
|
|
|
|
|
+ } else if (_chapterData[this.taskCount][0].type == 17) {
|
|
|
|
|
+ this.showType = 16;
|
|
|
|
|
+ this.pptImgUrl1 = _url;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -17744,7 +17750,7 @@ export default {
|
|
|
if (this.courseDetail.userid == this.userid) {
|
|
if (this.courseDetail.userid == this.userid) {
|
|
|
|
|
|
|
|
// 开局关闭学生查看内容
|
|
// 开局关闭学生查看内容
|
|
|
- this.StulookMode(false)
|
|
|
|
|
|
|
+ this.StulookMode(true)
|
|
|
// 开局打开跟随模式
|
|
// 开局打开跟随模式
|
|
|
this.followingMode(true)
|
|
this.followingMode(true)
|
|
|
}
|
|
}
|
|
@@ -21856,12 +21862,13 @@ export default {
|
|
|
hour12: false,
|
|
hour12: false,
|
|
|
timeZone: "Asia/Shanghai"
|
|
timeZone: "Asia/Shanghai"
|
|
|
}).replace(/\//g, "-");
|
|
}).replace(/\//g, "-");
|
|
|
- if (this.tType == 1) {
|
|
|
|
|
- // 开局关闭学生查看内容
|
|
|
|
|
- this.StulookMode(false)
|
|
|
|
|
- // 开局打开跟随模式
|
|
|
|
|
- this.followingMode(true)
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // if (this.tType == 1) {
|
|
|
|
|
+ // // 开局关闭学生查看内容
|
|
|
|
|
+ // this.StulookMode(false)
|
|
|
|
|
+ // // 开局打开跟随模式
|
|
|
|
|
+ // this.followingMode(true)
|
|
|
|
|
+ // }
|
|
|
document.body.addEventListener("click", (e) => {
|
|
document.body.addEventListener("click", (e) => {
|
|
|
if (this.isUpdateToolDetail1) {
|
|
if (this.isUpdateToolDetail1) {
|
|
|
this.updateToolDetail(this.toolDetailIndex);
|
|
this.updateToolDetail(this.toolDetailIndex);
|
|
@@ -26419,4 +26426,7 @@ div::-webkit-scrollbar {
|
|
|
white-space: normal !important;
|
|
white-space: normal !important;
|
|
|
display: inline !important;
|
|
display: inline !important;
|
|
|
}
|
|
}
|
|
|
|
|
+.notop >>> .vjs_video_3-dimensions.vjs-fluid{
|
|
|
|
|
+ padding-top: 0 !important;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|