Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
96d1432b
提交
96d1432b
编写于
6月 29, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式修改、审核修改时展开信息
上级
3184d5a8
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
5 行删除
+6
-5
edit-course-dialog.vue
...mponents/education/custom-resource/edit-course-dialog.vue
+5
-4
course-list.vue
src/components/education/custom/course-list.vue
+1
-1
未找到文件。
src/components/education/custom-resource/edit-course-dialog.vue
浏览文件 @
96d1432b
...
@@ -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:1
0
0px;display:flex;"
>
<div
v-show=
"needShowUploadProcess"
style=
"position:absolute;top:10px;left:1
2
0px;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
:
10
px
;
margin-right
:
5
px
;
padding-left
:
12px
;
padding-left
:
12px
;
background
:
rgba
(
254
,
250
,
245
,
1
);
background
:
rgba
(
254
,
250
,
245
,
1
);
border-radius
:
3px
;
border-radius
:
3px
;
...
...
src/components/education/custom/course-list.vue
浏览文件 @
96d1432b
...
@@ -443,7 +443,7 @@ export default {
...
@@ -443,7 +443,7 @@ export default {
height: 16px;
height: 16px;
}
}
span {
span {
margin-top:
8
px;
margin-top:
4
px;
font-size: 12px;
font-size: 12px;
color: #979899;
color: #979899;
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录