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
提交
4d7d360f
提交
4d7d360f
编写于
12月 12, 2019
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
删除文件及修改样式
上级
26c0417c
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
56 行增加
和
99 行删除
+56
-99
no-content.vue
components/bussiness/no-content.vue
+0
-1
pop-tips.vue
components/bussiness/pop-tips.vue
+2
-2
common-loading.vue
components/common/common-loading.vue
+54
-39
common-no-more.vue
components/common/common-no-more.vue
+0
-1
common-simple.vue
components/common/common-simple.vue
+0
-27
common-split-line.vue
components/common/common-split-line.vue
+0
-2
common-tips.vue
components/common/common-tips.vue
+0
-27
未找到文件。
components/bussiness/no-content.vue
浏览文件 @
4d7d360f
...
...
@@ -19,7 +19,6 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
// @import "../../style/mixin";
.nc-container
{
display
:
flex
;
width
:
100%
;
...
...
components/bussiness/pop-tips.vue
浏览文件 @
4d7d360f
...
...
@@ -11,8 +11,8 @@
</span>
</div>
<div
class=
"line"
></div>
<div
class=
"bottom"
>
<span
@
click=
"clickTips"
>
我知道了
</span>
<div
class=
"bottom"
@
click=
"clickTips"
>
<span>
我知道了
</span>
</div>
</div>
</div>
...
...
components/common/common-loading.vue
浏览文件 @
4d7d360f
<
template
>
<div
class=
"common-loader loader--style3"
title=
"2"
>
<div
class=
"loader-mask"
></div>
<svg
version=
"1.1"
id=
"loader-1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
width=
"40"
height=
"40"
viewBox=
"0 0 60 60"
style=
"enable-background:new 0 0 80 80;"
xml:space=
"preserve"
>
<path
fill=
"#000"
d=
"M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"
>
<animateTransform
attributeType=
"xml"
attributeName=
"transform"
type=
"rotate"
from=
"0 25 25"
to=
"360 25 25"
dur=
"0.6s"
repeatCount=
"indefinite"
/>
</path>
</svg>
</div>
<div
class=
"common-loader loader--style3"
title=
"2"
>
<div
class=
"loader-mask"
></div>
<svg
version=
"1.1"
id=
"loader-1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
width=
"40"
height=
"40"
viewBox=
"0 0 60 60"
style=
"enable-background:new 0 0 80 80;"
xml:space=
"preserve"
>
<path
fill=
"#000"
d=
"M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"
>
<animateTransform
attributeType=
"xml"
attributeName=
"transform"
type=
"rotate"
from=
"0 25 25"
to=
"360 25 25"
dur=
"0.6s"
repeatCount=
"indefinite"
/>
</path>
</svg>
</div>
</
template
>
<
style
lang=
"scss"
scoped
>
// @import '@/assets/style/mixin';
.common-loader
{
&
-mask
{
position
:
fixed
;
top
:
0
;
left
:
0
;
bottom
:
0
;
right
:
0
;
z-index
:
100
;
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
}
svg
{
position
:
absolute
;
top
:
280px
;
left
:
172px
;
z-index
:
101
;
}
}
.common-loader
{
&
-mask
{
position
:
fixed
;
top
:
0
;
left
:
0
;
bottom
:
0
;
right
:
0
;
z-index
:
100
;
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
}
svg
{
position
:
absolute
;
top
:
280px
;
left
:
172px
;
z-index
:
101
;
}
}
svg
path
,
svg
rect
{
// fill: #fff;
// fill: #449284;
fill
:
#449284
;
}
svg
path
,
svg
rect
{
// fill: #fff;
// fill: #449284;
fill
:
#449284
;
}
</
style
>
components/common/common-no-more.vue
浏览文件 @
4d7d360f
...
...
@@ -16,7 +16,6 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
// @import '@/assets/style/mixin';
.no-more
{
display
:
flex
;
height
:
62px
;
...
...
components/common/common-simple.vue
已删除
100644 → 0
浏览文件 @
26c0417c
<!-- Tabs组件 -->
<
template
>
<section
class=
"common-tabs"
>
</section>
</
template
>
<
script
>
export
default
{
props
:
{
tapList
:
{
type
:
Array
,
default
:
()
=>
[]
}
},
methods
:
{
},
}
</
script
>
<
style
lang=
"scss"
scoped
>
@import
'@/assets/style/mixin'
;
@import
'@/assets/style/global'
;
.common-tabs
{
margin-top
:
0
;
}
</
style
>
components/common/common-split-line.vue
浏览文件 @
4d7d360f
...
...
@@ -20,8 +20,6 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
// @import '@/assets/style/mixin';
// @import '@/assets/style/global';
.common-split-line
{
margin
:
20px
0
;
}
...
...
components/common/common-tips.vue
已删除
100644 → 0
浏览文件 @
26c0417c
<!-- Tips组件 -->
<
template
>
<div
class=
"common-tips"
>
ewfwef
</div>
</
template
>
<
script
>
export
default
{
props
:
{
tipList
:
{
type
:
Array
,
default
:
()
=>
[]
}
},
methods
:
{
},
}
</
script
>
<
style
lang=
"scss"
scoped
>
@import
'@/assets/style/mixin'
;
@import
'@/assets/style/global'
;
.common-tabs
{
margin-top
:
0
;
}
</
style
>
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录