|
@@ -226,33 +226,6 @@
|
|
|
align-items: center;
|
|
|
">
|
|
|
<div class="lineTitle" style="margin-bottom:10px">学习内容</div>
|
|
|
-<<<<<<< HEAD
|
|
|
- <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="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>
|
|
|
-=======
|
|
|
->>>>>>> beta
|
|
|
<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 style="margin-bottom:10px" v-else class="show_taskD" @click="foldC(0)"><img
|
|
@@ -429,9 +402,9 @@
|
|
|
<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 class="c_pub_button_add pub_btn_add_img" @click="openSource(0)">
|
|
|
资源
|
|
|
- </button>
|
|
|
+ </button> -->
|
|
|
<!-- <button class="info_btn" @click="addImg($event)">
|
|
|
其他附件
|
|
|
<input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 12, itemTaskIndex)
|