提交 96d1432b 编写于 作者: guangjun.yang's avatar guangjun.yang

样式修改、审核修改时展开信息

上级 3184d5a8
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
</li> </li>
</ul> </ul>
<div style="color:red;position:absolute;top:60px;" v-if="noLecture && !formData.courseCustomChapterModels[0].courseCustomLectureModelList.length">请上传课程视频</div> <div style="color:red;position:absolute;top:60px;" v-if="noLecture && !formData.courseCustomChapterModels[0].courseCustomLectureModelList.length">请上传课程视频</div>
<div v-show="needShowUploadProcess" style="position:absolute;top:10px;left:100px;display:flex;"> <div v-show="needShowUploadProcess" style="position:absolute;top:10px;left:120px;display:flex;">
<div style="flex:1;width: 358px;"> <div style="flex:1;width: 358px;">
<span class="upload-process" :style="{'width': (uploadProgress/100 * 300) + 'px'}"></span> <span class="upload-process" :style="{'width': (uploadProgress/100 * 300) + 'px'}"></span>
</div> </div>
...@@ -545,14 +545,15 @@ export default { ...@@ -545,14 +545,15 @@ export default {
watch: { watch: {
dialogVisible(isVisible) { dialogVisible(isVisible) {
this.formData = JSON.parse(JSON.stringify(this.formDataBase)); this.formData = JSON.parse(JSON.stringify(this.formDataBase));
this.isShowOtherContent = false;
if (isVisible) { if (isVisible) {
if (this.courseId == 0) { if (this.courseId == 0) {
this.initAdd(this.courseId); this.initAdd(this.courseId);
} else { } else {
this.isShowOtherContent = true;
this.initModify(this.courseId); this.initModify(this.courseId);
} }
} }
this.isShowOtherContent = false;
this.isReplaceUpload = false; this.isReplaceUpload = false;
this.noLecture = false; this.noLecture = false;
this.noCouseName = false; this.noCouseName = false;
...@@ -1144,8 +1145,8 @@ export default { ...@@ -1144,8 +1145,8 @@ export default {
// width: 100%; // width: 100%;
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
margin-left: 20px;; margin-left: 20px;
margin-right: 10px; margin-right: 5px;
padding-left: 12px; padding-left: 12px;
background: rgba(254, 250, 245, 1); background: rgba(254, 250, 245, 1);
border-radius: 3px; border-radius: 3px;
......
...@@ -443,7 +443,7 @@ export default { ...@@ -443,7 +443,7 @@ export default {
height: 16px; height: 16px;
} }
span { span {
margin-top: 8px; margin-top: 4px;
font-size: 12px; font-size: 12px;
color: #979899; color: #979899;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册