|
@@ -316,24 +316,24 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="box_course hangVedio">
|
|
|
- <div
|
|
|
- class="vedioList hangVedioList"
|
|
|
- v-if="
|
|
|
- (vedio.length &&
|
|
|
- vedio[taskCount] &&
|
|
|
- vedio[taskCount].length > 0) ||
|
|
|
- (textList.length &&
|
|
|
- textList[taskCount] &&
|
|
|
- textList[taskCount].length > 0) ||
|
|
|
- (chapToolList.length &&
|
|
|
- chapToolList[taskCount] &&
|
|
|
- chapToolList[taskCount].length > 0) ||
|
|
|
- (lineList.length &&
|
|
|
- lineList[taskCount] &&
|
|
|
- lineList[taskCount].length > 0)
|
|
|
- "
|
|
|
- >
|
|
|
+ <div
|
|
|
+ class="box_course hangVedio"
|
|
|
+ v-if="
|
|
|
+ (vedio.length &&
|
|
|
+ vedio[taskCount] &&
|
|
|
+ vedio[taskCount].length > 0) ||
|
|
|
+ (textList.length &&
|
|
|
+ textList[taskCount] &&
|
|
|
+ textList[taskCount].length > 0) ||
|
|
|
+ (chapToolList.length &&
|
|
|
+ chapToolList[taskCount] &&
|
|
|
+ chapToolList[taskCount].length > 0) ||
|
|
|
+ (lineList.length &&
|
|
|
+ lineList[taskCount] &&
|
|
|
+ lineList[taskCount].length > 0)
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <div class="vedioList hangVedioList">
|
|
|
<div
|
|
|
v-show="
|
|
|
vedio.length &&
|
|
@@ -2179,7 +2179,7 @@ export default {
|
|
|
background: #f7f7f7;
|
|
|
padding-left: 30px;
|
|
|
height: 110px;
|
|
|
- overflow: auto;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
.file {
|