Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-learning-report
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-learning-report
提交
a6dc17fd
提交
a6dc17fd
编写于
12月 16, 2019
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
单独页面的标题栏固定
上级
35772d88
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
26 行增加
和
13 行删除
+26
-13
examscore.vue
pages/examscore.vue
+7
-4
examtimes.vue
pages/examtimes.vue
+7
-4
index.vue
pages/index.vue
+1
-0
rankdays.vue
pages/rankdays.vue
+7
-4
rankedu.vue
pages/rankedu.vue
+4
-1
未找到文件。
pages/examscore.vue
浏览文件 @
a6dc17fd
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<CommonHeader
title=
"完成项目考试分数情况"
></CommonHeader>
<CommonHeader
title=
"完成项目考试分数情况"
></CommonHeader>
<!--
<CommonTitleMini
:title=
"title"
:needRightBtn=
"needRightBtn"
></CommonTitleMini>
-->
<!--
<CommonTitleMini
:title=
"title"
:needRightBtn=
"needRightBtn"
></CommonTitleMini>
-->
<CommonTitleWithDropdown
:dataList=
"dropdownList"
:title=
"title"
:needRightBtn=
"needRightBtn"
@
selectSortItem=
"selectSortItem"
></CommonTitleWithDropdown>
<CommonTitleWithDropdown
:dataList=
"dropdownList"
:title=
"title"
:needRightBtn=
"needRightBtn"
@
selectSortItem=
"selectSortItem"
></CommonTitleWithDropdown>
<ExamScoreList
style=
"padding-top: 60px;
"
:dataList=
"dataList"
></ExamScoreList>
<ExamScoreList
class=
"pdt-50
"
:dataList=
"dataList"
></ExamScoreList>
<CommonNoMore
v-if=
"dataList.length >= 10"
class=
"mt-10"
></CommonNoMore>
<CommonNoMore
v-if=
"dataList.length >= 10"
class=
"mt-10"
></CommonNoMore>
</section>
</section>
</
template
>
</
template
>
...
@@ -133,7 +133,10 @@ export default {
...
@@ -133,7 +133,10 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.mt-10 {
.pdt-50 {
margin-top: 10px !important;
padding-top: 50px;
}
}
.mt-10 {
margin-top: 10px !important;
}
</
style
>
</
style
>
\ No newline at end of file
pages/examtimes.vue
浏览文件 @
a6dc17fd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<section>
<section>
<CommonHeader
title=
"完成项目考试次数情况"
></CommonHeader>
<CommonHeader
title=
"完成项目考试次数情况"
></CommonHeader>
<CommonTitleMini
:title=
"title"
:needRightBtn=
"needRightBtn"
></CommonTitleMini>
<CommonTitleMini
:title=
"title"
:needRightBtn=
"needRightBtn"
></CommonTitleMini>
<ExamTimesList
style=
"padding-top: 60px;
"
:dataList=
"dataList"
></ExamTimesList>
<ExamTimesList
class=
"pdt-50
"
:dataList=
"dataList"
></ExamTimesList>
<CommonNoMore
v-if=
"dataList.length >= 10"
class=
"mt-10"
></CommonNoMore>
<CommonNoMore
v-if=
"dataList.length >= 10"
class=
"mt-10"
></CommonNoMore>
</section>
</section>
</
template
>
</
template
>
...
@@ -109,7 +109,10 @@ export default {
...
@@ -109,7 +109,10 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.mt-10 {
.pdt-50 {
margin-top: 10px !important;
padding-top: 50px;
}
}
.mt-10 {
margin-top: 10px !important;
}
</
style
>
</
style
>
\ No newline at end of file
pages/index.vue
浏览文件 @
a6dc17fd
...
@@ -219,6 +219,7 @@ export default {
...
@@ -219,6 +219,7 @@ export default {
costRankList
:
[],
costRankList
:
[],
projectId
:
""
,
projectId
:
""
,
token
:
token
:
"C7AEA346BC6A4EE0B2F1F76CBD511AC9"
||
"A4EC71DD3D50420B86ED454EF25BCEA9"
||
"A4EC71DD3D50420B86ED454EF25BCEA9"
||
"A220943B006347799F277CC524EBB662"
,
"A220943B006347799F277CC524EBB662"
,
isOrgStat
:
false
,
isOrgStat
:
false
,
...
...
pages/rankdays.vue
浏览文件 @
a6dc17fd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<section>
<section>
<CommonHeader
title=
"完成天数排名"
></CommonHeader>
<CommonHeader
title=
"完成天数排名"
></CommonHeader>
<CommonTitleMiniWithDropdown
:title=
"listTitle"
@
selectSortItem=
"selectSortItem"
></CommonTitleMiniWithDropdown>
<CommonTitleMiniWithDropdown
:title=
"listTitle"
@
selectSortItem=
"selectSortItem"
></CommonTitleMiniWithDropdown>
<RankingItemDays
:rankList=
"rankList"
></RankingItemDays>
<RankingItemDays
class=
"pdt-50"
:rankList=
"rankList"
></RankingItemDays>
<CommonNoMore
v-if=
"rankList.length >= 10"
class=
"mt-10"
></CommonNoMore>
<CommonNoMore
v-if=
"rankList.length >= 10"
class=
"mt-10"
></CommonNoMore>
</section>
</section>
</
template
>
</
template
>
...
@@ -88,7 +88,10 @@ export default {
...
@@ -88,7 +88,10 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.mt-10 {
.pdt-50 {
margin-top: 10px !important;
padding-top: 50px;
}
}
.mt-10 {
margin-top: 10px !important;
}
</
style
>
</
style
>
\ No newline at end of file
pages/rankedu.vue
浏览文件 @
a6dc17fd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<section>
<section>
<CommonHeader
title=
"项目情况排名"
></CommonHeader>
<CommonHeader
title=
"项目情况排名"
></CommonHeader>
<CommonTitleWithDropdown
:dataList=
"dropdownList"
:title=
"title"
:needRightBtn=
"needRightBtn"
@
selectSortItem=
"selectSortItem"
></CommonTitleWithDropdown>
<CommonTitleWithDropdown
:dataList=
"dropdownList"
:title=
"title"
:needRightBtn=
"needRightBtn"
@
selectSortItem=
"selectSortItem"
></CommonTitleWithDropdown>
<RankingList
:certFlag=
"certFlag"
:rankList=
"rankList"
></RankingList>
<RankingList
class=
"pdt-50"
:certFlag=
"certFlag"
:rankList=
"rankList"
></RankingList>
<CommonNoMore
v-if=
"rankList.length >= 10"
class=
"mt-10"
></CommonNoMore>
<CommonNoMore
v-if=
"rankList.length >= 10"
class=
"mt-10"
></CommonNoMore>
</section>
</section>
</
template
>
</
template
>
...
@@ -104,6 +104,9 @@ export default {
...
@@ -104,6 +104,9 @@ export default {
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.pdt-50 {
padding-top: 50px;
}
.mt-10 {
.mt-10 {
margin-top: 10px !important;
margin-top: 10px !important;
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录