|
@@ -214,15 +214,52 @@
|
|
|
">
|
|
|
<div style="
|
|
|
display: flex;
|
|
|
- margin: 0 0 20px 0;
|
|
|
+ margin: 0 0 0 0;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
">
|
|
|
- <div class="lineTitle">学习内容</div>
|
|
|
- <div v-if="!item.taskJson[0].isFoldchapter" class="show_taskD show" @click="foldC(0)"><img
|
|
|
+ <div class="lineTitle" style="margin-bottom:10px">学习内容</div>
|
|
|
+ <div class="add_info_box">
|
|
|
+ <button class="c_pub_button_add pub_btn_add_img" @click="addImg($event)">
|
|
|
+ 添加文件
|
|
|
+ <input type="file" accept="*" style="display: none" v-if="inputShow"
|
|
|
+ @change="beforeUpload2($event, unitIndex, 13, 0)" />
|
|
|
+ </button>
|
|
|
+ <!-- <button class="info_btn" @click="addImg($event)">
|
|
|
+ 添加视频
|
|
|
+ <input type="file" accept="video/mp4, video/quicktime, video/x-msvideo" style="display: none"
|
|
|
+ v-if="inputShow" @change="beforeUpload2($event, unitIndex, 2, 0)
|
|
|
+ " />
|
|
|
+ </button>
|
|
|
+ <button class="info_btn" @click="addImg($event)">
|
|
|
+ 添加文档
|
|
|
+ <input type="file"
|
|
|
+ accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
|
+ style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 3, 0)
|
|
|
+ " />
|
|
|
+ </button> -->
|
|
|
+ <button class="c_pub_button_add pub_btn_add_img" @click="addAttText(0)">
|
|
|
+ 添加图文
|
|
|
+ </button>
|
|
|
+ <button class="c_pub_button_add pub_btn_add_img" @click="openLine(0)">
|
|
|
+ 添加链接
|
|
|
+ </button>
|
|
|
+ <button class="c_pub_button_add pub_btn_add_img" @click="pasteLine(0)">
|
|
|
+ 嵌入代码
|
|
|
+ </button>
|
|
|
+ <button class="c_pub_button_add pub_btn_add_img" @click="openSource(0)">
|
|
|
+ 添加资源
|
|
|
+ </button>
|
|
|
+ <!-- <button class="info_btn" @click="addImg($event)">
|
|
|
+ 其他附件
|
|
|
+ <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 12, itemTaskIndex)
|
|
|
+ " />
|
|
|
+ </button> -->
|
|
|
+ </div>
|
|
|
+ <div style="margin-bottom:10px" v-if="!item.taskJson[0].isFoldchapter" class="show_taskD show" @click="foldC(0)"><img
|
|
|
src="../../../assets/icon/new/icon-slide.png" />收起学习内容</div>
|
|
|
- <div v-else class="show_taskD" @click="foldC(0)"><img
|
|
|
+ <div style="margin-bottom:10px" v-else class="show_taskD" @click="foldC(0)"><img
|
|
|
src="../../../assets/icon/new/icon-slide.png" />展开学习内容</div>
|
|
|
</div>
|
|
|
<div v-if="!item.taskJson[0].isFoldchapter">
|
|
@@ -382,43 +419,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="add_info_box" v-if="!item.taskJson[0].isFoldchapter">
|
|
|
- <button class="c_pub_button_add pub_btn_add_img" @click="addImg($event)">
|
|
|
- 添加文件
|
|
|
- <input type="file" accept="*" style="display: none" v-if="inputShow"
|
|
|
- @change="beforeUpload2($event, unitIndex, 13, 0)" />
|
|
|
- </button>
|
|
|
- <!-- <button class="info_btn" @click="addImg($event)">
|
|
|
- 添加视频
|
|
|
- <input type="file" accept="video/mp4, video/quicktime, video/x-msvideo" style="display: none"
|
|
|
- v-if="inputShow" @change="beforeUpload2($event, unitIndex, 2, 0)
|
|
|
- " />
|
|
|
- </button>
|
|
|
- <button class="info_btn" @click="addImg($event)">
|
|
|
- 添加文档
|
|
|
- <input type="file"
|
|
|
- accept="application/pdf, application/.ppt, .ppt, .pptx, .xlsx, .xls, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
|
- style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 3, 0)
|
|
|
- " />
|
|
|
- </button> -->
|
|
|
- <button class="c_pub_button_add pub_btn_add_img" @click="addAttText(0)">
|
|
|
- 添加图文
|
|
|
- </button>
|
|
|
- <button class="c_pub_button_add pub_btn_add_img" @click="openLine(0)">
|
|
|
- 添加链接
|
|
|
- </button>
|
|
|
- <button class="c_pub_button_add pub_btn_add_img" @click="pasteLine(0)">
|
|
|
- 嵌入代码
|
|
|
- </button>
|
|
|
- <button class="c_pub_button_add pub_btn_add_img" @click="openSource(0)">
|
|
|
- 添加资源
|
|
|
- </button>
|
|
|
- <!-- <button class="info_btn" @click="addImg($event)">
|
|
|
- 其他附件
|
|
|
- <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 12, itemTaskIndex)
|
|
|
- " />
|
|
|
- </button> -->
|
|
|
- </div>
|
|
|
<div v-if="unitJson[unitIndex].chapterInfo[0].taskJson[0]
|
|
|
.proVisible
|
|
|
" class="mask">
|
|
@@ -10249,13 +10249,13 @@ export default {
|
|
|
}
|
|
|
|
|
|
.add_info_box {
|
|
|
- margin: 20px 0 0;
|
|
|
+ margin: 0 0 0 auto;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
|
|
|
.add_info_box button {
|
|
|
- margin: 0 20px 10px 0;
|
|
|
+ margin: 0 5px 10px 0;
|
|
|
}
|
|
|
|
|
|
.add_info_box2 {
|