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
提交
788ff862
提交
788ff862
编写于
12月 15, 2019
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
代码优化、接口请求优化等
上级
97a26759
变更
5
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
765 行增加
和
99 行删除
+765
-99
course-times-stat.vue
components/bussiness/course-times-stat.vue
+3
-2
pop-tips.vue
components/bussiness/pop-tips.vue
+3
-3
pica-process.vue
components/common/pica-process.vue
+1
-1
index copy.vue
pages/index copy.vue
+689
-0
index.vue
pages/index.vue
+69
-93
未找到文件。
components/bussiness/course-times-stat.vue
浏览文件 @
788ff862
...
@@ -56,9 +56,10 @@ export default {
...
@@ -56,9 +56,10 @@ export default {
},
},
},
},
filters
:
{
filters
:
{
// 将秒转换成分钟
convert
:
function
(
value
,
unitName
=
'分钟'
)
{
convert
:
function
(
value
,
unitName
=
'分钟'
)
{
if
(
!
value
)
return
0
+
unitName
;
if
(
!
value
)
return
0
;
return
Math
.
ceil
(
value
/
60
)
return
Math
.
ceil
(
value
/
60
)
;
},
},
},
},
components
:
{
components
:
{
...
...
components/bussiness/pop-tips.vue
浏览文件 @
788ff862
...
@@ -59,20 +59,20 @@ export default {
...
@@ -59,20 +59,20 @@ export default {
height
:
100%
;
height
:
100%
;
left
:
0
;
left
:
0
;
top
:
0
;
top
:
0
;
z-index
:
2110
;
z-index
:
10000001
;
font-size
:
20px
;
font-size
:
20px
;
.mask
{
.mask
{
position
:
absolute
;
position
:
absolute
;
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
z-index
:
2111
;
z-index
:
10000002
;
}
}
.content
{
.content
{
position
:
absolute
;
position
:
absolute
;
left
:
50%
;
left
:
50%
;
top
:
50%
;
top
:
50%
;
z-index
:
2112
;
z-index
:
10000003
;
width
:
300px
;
width
:
300px
;
// height: 185px;
// height: 185px;
margin
:
-150px
0
0
-150px
;
margin
:
-150px
0
0
-150px
;
...
...
components/common/pica-process.vue
浏览文件 @
788ff862
<!-- Tabs组件 -->
<!-- Tabs组件 -->
<
template
>
<
template
>
<div
class=
"common-process"
>
<div
class=
"common-process"
>
<span
class=
"bar"
:style=
"
{'width': maxPocessWidth, 'background': barColor}">
</span><span
class=
"desc"
>
{{
value
}}
</span>
<span
class=
"bar"
:style=
"
{'width': maxPocessWidth, 'background': barColor}">
</span><span
class=
"desc"
>
{{
value
}}
{{
unitName
}}
</span>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
pages/index copy.vue
0 → 100644
浏览文件 @
788ff862
此差异已折叠。
点击以展开。
pages/index.vue
浏览文件 @
788ff862
此差异已折叠。
点击以展开。
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录