|
@@ -404,7 +404,7 @@
|
|
|
vChapterData[taskCount].length > 0 ||
|
|
|
fileC[taskCount].length > 0
|
|
|
"
|
|
|
- style="padding: 10px 0 20px 0"
|
|
|
+ style="padding: 10px 0 25px 0"
|
|
|
>
|
|
|
<div
|
|
|
class="vedioTimeBox"
|
|
@@ -571,15 +571,22 @@
|
|
|
<div class="student_body" v-resize="resize">
|
|
|
<div
|
|
|
class="vedioBox"
|
|
|
- :style="{borderRadius:(vChapterData[taskCount].length == 0 && fileC[taskCount].length == 0) ? '0 0 20px 20px' : '20px'}"
|
|
|
+ :style="{
|
|
|
+ borderRadius:
|
|
|
+ vChapterData[taskCount].length == 0 &&
|
|
|
+ fileC[taskCount].length == 0
|
|
|
+ ? '0 0 20px 20px'
|
|
|
+ : '20px',
|
|
|
+ }"
|
|
|
v-if="
|
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.toolChoose[0].tool &&
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool.length &&
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool.length > 0) ||
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool.length &&
|
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool.length > 0 || (chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .taskDetail != '')
|
|
|
+ .taskDetail != ''
|
|
|
"
|
|
|
>
|
|
|
<div
|
|
@@ -588,6 +595,12 @@
|
|
|
chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
.taskDetail != ''
|
|
|
"
|
|
|
+ :style="(chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool &&
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool.length &&
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool.length > 0) ? 'border-bottom: 1px solid #cad1dc' : ''"
|
|
|
>
|
|
|
<div
|
|
|
style="
|
|
@@ -1301,12 +1314,18 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="toolHeng2" style="position: relative" v-if="chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool &&
|
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool.length &&
|
|
|
- chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
- .toolChoose[0].tool.length > 0">
|
|
|
+ <div
|
|
|
+ class="toolHeng2"
|
|
|
+ style="position: relative"
|
|
|
+ v-if="
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool &&
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool.length &&
|
|
|
+ chapInfoList[courseType].chapterInfo[0].taskJson[taskCount]
|
|
|
+ .toolChoose[0].tool.length > 0
|
|
|
+ "
|
|
|
+ >
|
|
|
<div class="workNav">工作区</div>
|
|
|
<div
|
|
|
class="filebox"
|
|
@@ -18153,7 +18172,6 @@ export default {
|
|
|
.taskBox {
|
|
|
width: 95%;
|
|
|
margin: 0 auto;
|
|
|
- border-bottom: 1px solid #cad1dc;
|
|
|
}
|
|
|
|
|
|
.vedioTaskBox {
|
|
@@ -20245,6 +20263,8 @@ ol {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
color: #cad1dc;
|
|
|
+ width: 88%;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.pl_select_box {
|