Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-professional-exam
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Culm
pica-professional-exam
提交
efe1b623
提交
efe1b623
编写于
12月 20, 2019
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
组件样式调整
上级
6877a4e5
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
23 行增加
和
22 行删除
+23
-22
basic-info.vue
src/components/cme/basic-info.vue
+1
-0
cme-step.vue
src/components/cme/cme-step.vue
+2
-1
item-intro.vue
src/components/cme/item-intro.vue
+5
-2
item-leader.vue
src/components/cme/item-leader.vue
+4
-1
learn-know.vue
src/components/cme/learn-know.vue
+1
-0
teacter-intro.vue
src/components/cme/teacter-intro.vue
+1
-0
merge-detail.vue
src/views/merge-detail.vue
+9
-18
未找到文件。
src/components/cme/basic-info.vue
浏览文件 @
efe1b623
...
@@ -42,6 +42,7 @@ export default {
...
@@ -42,6 +42,7 @@ export default {
}
}
.content
{
.content
{
margin-top
:
px2rem
(
16px
);
margin-top
:
px2rem
(
16px
);
line-height
:
px2rem
(
14px
);
span
{
span
{
display
:
inline-block
;
display
:
inline-block
;
font-size
:
px2rem
(
14px
);
font-size
:
px2rem
(
14px
);
...
...
src/components/cme/cme-step.vue
浏览文件 @
efe1b623
...
@@ -59,7 +59,8 @@ export default {
...
@@ -59,7 +59,8 @@ export default {
.step-item
{
.step-item
{
flex-grow
:
1
;
flex-grow
:
1
;
text-align
:
center
;
text-align
:
center
;
padding-top
:
px2rem
(
30px
);
padding-top
:
px2rem
(
20px
);
line-height
:
px2rem
(
20px
);
span
{
span
{
display
:
inline-block
;
display
:
inline-block
;
width
:
px2rem
(
20px
);
width
:
px2rem
(
20px
);
...
...
src/components/cme/item-intro.vue
浏览文件 @
efe1b623
...
@@ -61,16 +61,19 @@ export default {
...
@@ -61,16 +61,19 @@ export default {
margin-top
:
px2rem
(
16px
);
margin-top
:
px2rem
(
16px
);
.text
{
.text
{
font-size
:
px2rem
(
14px
);
font-size
:
px2rem
(
14px
);
line-height
:
px2rem
(
21px
);
color
:
#676869
;
color
:
#676869
;
}
}
.desc
{
.desc
{
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
0
;
bottom
:
0
;
bottom
:
px2rem
(
1px
)
;
background
:
#fff
;
background
:
#fff
;
line-height
:
px2rem
(
14px
);
z-index
:
99
;
z-index
:
99
;
span
{
span
{
font-size
:
px2rem
(
14px
);
font-size
:
px2rem
(
14px
);
line-height
:
px2rem
(
14px
);
color
:
#449284
;
color
:
#449284
;
}
}
img
{
img
{
...
...
src/components/cme/item-leader.vue
浏览文件 @
efe1b623
...
@@ -78,6 +78,7 @@ export default {
...
@@ -78,6 +78,7 @@ export default {
}
}
.leader-text
{
.leader-text
{
margin-left
:
px2rem
(
16px
);
margin-left
:
px2rem
(
16px
);
line-height
:
px2rem
(
14px
);
span
{
span
{
font-size
:
px2rem
(
16px
);
font-size
:
px2rem
(
16px
);
color
:
#676869
;
color
:
#676869
;
...
@@ -99,13 +100,15 @@ export default {
...
@@ -99,13 +100,15 @@ export default {
margin-top
:
px2rem
(
16px
);
margin-top
:
px2rem
(
16px
);
.text
{
.text
{
font-size
:
px2rem
(
14px
);
font-size
:
px2rem
(
14px
);
line-height
:
px2rem
(
21px
);
color
:
#676869
;
color
:
#676869
;
}
}
.desc
{
.desc
{
position
:
absolute
;
position
:
absolute
;
right
:
0
;
right
:
0
;
bottom
:
0
;
bottom
:
px2rem
(
1px
)
;
background
:
#fff
;
background
:
#fff
;
line-height
:
px2rem
(
14px
);
z-index
:
99
;
z-index
:
99
;
span
{
span
{
font-size
:
px2rem
(
14px
);
font-size
:
px2rem
(
14px
);
...
...
src/components/cme/learn-know.vue
浏览文件 @
efe1b623
...
@@ -24,6 +24,7 @@ export default {
...
@@ -24,6 +24,7 @@ export default {
}
}
.content
{
.content
{
margin-top
:
px2rem
(
16px
);
margin-top
:
px2rem
(
16px
);
line-height
:
px2rem
(
21px
);
span
{
span
{
display
:
inline-block
;
display
:
inline-block
;
font-size
:
px2rem
(
14px
);
font-size
:
px2rem
(
14px
);
...
...
src/components/cme/teacter-intro.vue
浏览文件 @
efe1b623
...
@@ -60,6 +60,7 @@ export default {
...
@@ -60,6 +60,7 @@ export default {
}
}
.leader-text
{
.leader-text
{
margin-left
:
px2rem
(
16px
);
margin-left
:
px2rem
(
16px
);
line-height
:
px2rem
(
16px
);
span
{
span
{
font-size
:
px2rem
(
16px
);
font-size
:
px2rem
(
16px
);
color
:
#676869
;
color
:
#676869
;
...
...
src/views/merge-detail.vue
浏览文件 @
efe1b623
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<!-- 组件详情页面:模块列表及其下面的元件列表 -->
<!-- 组件详情页面:模块列表及其下面的元件列表 -->
<div
class=
"page-container-merge"
>
<div
class=
"page-container-merge"
>
<CommonNavbar
<CommonNavbar
id=
"header"
:bgColor=
"bgColor"
:bgColor=
"bgColor"
v-show=
"isShowNavbar"
v-show=
"isShowNavbar"
:isBlack=
"isBlack"
:isBlack=
"isBlack"
...
@@ -40,8 +41,6 @@
...
@@ -40,8 +41,6 @@
</div>
</div>
<CommonSpliteLine></CommonSpliteLine>
<CommonSpliteLine></CommonSpliteLine>
<div
id=
"catalogue-content"
class=
"catalogue-content"
>
<div
id=
"catalogue-content"
class=
"catalogue-content"
>
<div
class=
"catalogue-title"
>
目录
</div>
<div
class=
"catalogue-title"
>
目录
</div>
<div
class=
"catalogue-title"
>
目录
</div>
<div
class=
"catalogue-title"
>
目录
</div>
<CellListDetail
<CellListDetail
v-if=
"visibleFlag == 1"
v-if=
"visibleFlag == 1"
...
@@ -116,27 +115,16 @@ export default {
...
@@ -116,27 +115,16 @@ export default {
attachmentUrl
:
require
(
"../images/banner-default.png"
),
attachmentUrl
:
require
(
"../images/banner-default.png"
),
bgColor
:
"none"
,
bgColor
:
"none"
,
navTitle
:
"项目详情"
,
navTitle
:
"项目详情"
,
compTitle
:
"组件名称"
,
//
compTitle: "组件名称",
isShowNavbar
:
true
,
isShowNavbar
:
true
,
isFixNavbar
:
true
,
isFixNavbar
:
true
,
pointStyle
:
"activity"
,
pointStyle
:
"activity"
,
descTitle
:
"规定从何处开始选取。如果是负数"
,
descTitle
:
"规定从何处开始选取。如果是负数"
,
description
:
"必需。规定从何处开始选取。如果是负数,那么它规定从数组尾部开始算起的位置那么它规定从数组尾部开始算起的位置那么它规定从数组尾部开始算起的位置那么它规定从数组尾部开始算起的位置。也就是说那么它规定从数组尾部开始算起的位置。也就是说那么它规定从数组尾部开始算起的位置。也就是说那么它规定从数组尾部开始算起的位置。也就是说那么它规定从数组尾部开始算起的位置。"
+
" 也就是说那么它规定从数组尾部开始算起的位置。也就是说,必需。规定从何处开始选取。如果是负数,那么它规定从数组尾部开始算起的位置。也就是说,必需。规定从何处开始选取。如果是负数,那么它规定从数组尾部开始算起的位置。也就是说,必需。规定从何处开始选取。如果是负数,那么它规定从数组尾部开始算起的位置。也就是说,必需。规定从何处开始选取。如果是负数,那么它规定从数组尾部开始算起的位置。也就是说,必需。规定从何处开始选取。如果是负数,那么它规定从数组尾部开始算起的位置。也就是说,-1 指最后一个元素,-2 指倒数第二个元素,以此类推第二个元素。"
,
projectComponentDTOS
:
[],
projectComponentDTOS
:
[],
actionList
:
[],
actionList
:
[],
detailNum
:
0
,
detailNum
:
0
,
visibleFlag
:
0
,
visibleFlag
:
0
,
courseRequire
:
0
,
courseRequire
:
0
,
noticeData
:
{
noticeContent
:
''
,
noticeId
:
''
,
noticeTitle
:
''
,
readFlag
:
1
// 已读标识:1已读 2未读
},
isShowNotice
:
false
,
isShowNoticeItem
:
false
,
clientType
:
0
clientType
:
0
};
};
},
},
...
@@ -212,7 +200,8 @@ export default {
...
@@ -212,7 +200,8 @@ export default {
this
.
tabFlag
=
true
;
this
.
tabFlag
=
true
;
this
.
fixedFlag
=
true
;
this
.
fixedFlag
=
true
;
const
intro
=
document
.
getElementById
(
'intro-content'
);
const
intro
=
document
.
getElementById
(
'intro-content'
);
const
h
=
intro
.
offsetTop
-
120
;
const
title
=
document
.
getElementById
(
'content-title'
);
const
h
=
intro
.
offsetTop
-
70
;
window
.
scrollTo
(
0
,
h
);
window
.
scrollTo
(
0
,
h
);
this
.
isBlack
=
true
;
this
.
isBlack
=
true
;
this
.
bgColor
=
"#fff"
;
this
.
bgColor
=
"#fff"
;
...
@@ -462,11 +451,12 @@ export default {
...
@@ -462,11 +451,12 @@ export default {
.intro-catalogue-container
{
.intro-catalogue-container
{
.title
{
.title
{
height
:
px2rem
(
50px
);
height
:
px2rem
(
50px
);
line-height
:
px2rem
(
5
0px
);
line-height
:
px2rem
(
3
0px
);
padding
:
0
px2rem
(
15px
);
padding
:
0
px2rem
(
15px
);
border-bottom
:
1px
solid
#F0F1F2
;
border-bottom
:
1px
solid
#F0F1F2
;
span
{
span
{
display
:
inline-block
;
display
:
inline-block
;
line-height
:
px2rem
(
15px
);
font-size
:
px2rem
(
15px
);
font-size
:
px2rem
(
15px
);
color
:
#979899
;
color
:
#979899
;
padding-right
:
px2rem
(
35px
);
padding-right
:
px2rem
(
35px
);
...
@@ -478,12 +468,13 @@ export default {
...
@@ -478,12 +468,13 @@ export default {
span
.focus
:after
{
span
.focus
:after
{
content
:
""
;
content
:
""
;
position
:
absolute
;
position
:
absolute
;
left
:
px2rem
(
7px
);
bottom
:
px2rem
(
-10px
);
background
:
#449284
;
background
:
#449284
;
border
:
1px
solid
#449284
;
border
:
1px
solid
#449284
;
bottom
:
px2rem
(
6px
);
width
:
px2rem
(
10px
);
width
:
px2rem
(
10px
);
height
:
px2rem
(
2px
);
height
:
px2rem
(
2px
);
left
:
px2rem
(
7px
);
}
}
}
}
.title.fixed-title
{
.title.fixed-title
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录