Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-professional-exam
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Culm
pica-professional-exam
提交
07d25fe8
提交
07d25fe8
编写于
7月 14, 2020
作者:
guangjun.yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式等问题
上级
93548f7d
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
29 行增加
和
18 行删除
+29
-18
coop-list-item.vue
src/components/business/coop-list-item.vue
+16
-13
change-card.vue
src/components/cme/change-card.vue
+9
-3
teacter-intro.vue
src/components/cme/teacter-intro.vue
+1
-0
credit-edit.vue
src/views/credit-edit.vue
+1
-0
merge-detail.vue
src/views/merge-detail.vue
+2
-2
未找到文件。
src/components/business/coop-list-item.vue
浏览文件 @
07d25fe8
...
@@ -17,10 +17,10 @@
...
@@ -17,10 +17,10 @@
>
{{
item
.
projectStatusValue
|
statusText
}}
</span>
>
{{
item
.
projectStatusValue
|
statusText
}}
</span>
</div>
</div>
<div
class=
"coop-item-right"
>
<div
class=
"coop-item-right"
>
<span
class=
"coop-item-right-title"
>
{{
item
.
name
}}
<span
v-if=
"item.cardStatus == 1"
class=
"active"
>
已激活
</span>
</span>
<span
class=
"coop-item-right-title"
>
{{
item
.
name
}}
</span>
<span
v-if=
"item.cmeType == 2"
class=
"coop-item-right-other"
>
{{
item
.
level
}}
|
{{
item
.
scope
}}
</span>
<span
v-if=
"item.cmeType == 2"
class=
"coop-item-right-other"
>
{{
item
.
level
}}
|
{{
item
.
scope
}}
</span>
<span
v-if=
"item.cmeType != 2"
class=
"coop-item-right-other"
>
{{
item
.
level
}}
|
{{
item
.
credit
}}
|
{{
item
.
scope
}}
</span>
<span
v-if=
"item.cmeType != 2"
class=
"coop-item-right-other"
>
{{
item
.
level
}}
|
{{
item
.
credit
}}
|
{{
item
.
scope
}}
</span>
<span
class=
"coop-item-right-other"
>
{{
item
.
startDate
|
formatTime
(
'{y
}
.{m
}
.{d
}
'
)
}}
至
{{
item
.
endDate
|
formatTime
(
'{y
}
.{m
}
.{d
}
'
)
}}
<
/span
>
<span
class=
"coop-item-right-other"
>
{{
item
.
startDate
|
formatTime
(
'{y
}
.{m
}
.{d
}
'
)
}}
至
{{
item
.
endDate
|
formatTime
(
'{y
}
.{m
}
.{d
}
'
)
}}
<
span
v
-
if
=
"item.cardStatus == 1"
class
=
"active"
>
已激活
<
/span>
</
span
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
NoMoreContent
v
-
show
=
"paramData.length > 9"
><
/NoMoreContent
>
<
NoMoreContent
v
-
show
=
"paramData.length > 9"
><
/NoMoreContent
>
...
@@ -281,17 +281,6 @@ export default {
...
@@ -281,17 +281,6 @@ export default {
font
-
size
:
px2rem
(
16
px
);
font
-
size
:
px2rem
(
16
px
);
font
-
weight
:
700
;
font
-
weight
:
700
;
color
:
rgba
(
55
,
56
,
57
,
1
);
color
:
rgba
(
55
,
56
,
57
,
1
);
.
active
{
display
:
inline
-
block
;
width
:
px2rem
(
42
px
);
height
:
px2rem
(
18
px
);
line
-
height
:
px2rem
(
18
px
);
font
-
size
:
px2rem
(
11
px
);
text
-
align
:
center
;
border
-
radius
:
4
px
;
border
:
1
px
solid
rgba
(
202
,
168
,
97
,
1
);
color
:
#
CAA861
;
}
}
}
&-
other
{
&-
other
{
height
:
px2rem
(
21
px
);
height
:
px2rem
(
21
px
);
...
@@ -303,6 +292,20 @@ export default {
...
@@ -303,6 +292,20 @@ export default {
overflow
:
hidden
;
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
text
-
overflow
:
ellipsis
;
white
-
space
:
nowrap
;
white
-
space
:
nowrap
;
.
active
{
// display: inline-block;
// justify-items: flex-end;
float
:
right
;
width
:
px2rem
(
42
px
);
height
:
px2rem
(
15
px
);
margin
-
top
:
px2rem
(
3
px
);
line
-
height
:
px2rem
(
15
px
);
font
-
size
:
px2rem
(
11
px
);
text
-
align
:
center
;
border
-
radius
:
4
px
;
border
:
1
px
solid
rgba
(
202
,
168
,
97
,
1
);
color
:
#
CAA861
;
}
}
}
}
}
}
}
...
...
src/components/cme/change-card.vue
浏览文件 @
07d25fe8
...
@@ -124,7 +124,8 @@ export default {
...
@@ -124,7 +124,8 @@ export default {
position
:
relative
;
position
:
relative
;
top
:
0
;
top
:
0
;
right
:
px2rem
(
-120px
);
right
:
px2rem
(
-120px
);
width
:
12px
;
width
:
px2rem
(
12px
);
height
:
px2rem
(
12px
);
}
}
}
}
.tip
{
.tip
{
...
@@ -135,9 +136,14 @@ export default {
...
@@ -135,9 +136,14 @@ export default {
line-height
:
1
.2
;
line-height
:
1
.2
;
font-size
:
px2rem
(
12px
);
font-size
:
px2rem
(
12px
);
img
{
img
{
position
:
relative
;
top
:
px2rem
(
1px
);
width
:
px2rem
(
12px
);
width
:
px2rem
(
12px
);
height
:
px2rem
(
12px
);
height
:
px2rem
(
12px
);
margin
:
px2rem
(
2px
)
px2rem
(
4px
)
0
px2rem
(
1px
);
// margin: px2rem(2px) px2rem(4px) 0 px2rem(1px);
}
span
{
margin-left
:
px2rem
(
4px
);
}
}
color
:
#979899
;
color
:
#979899
;
}
}
...
@@ -160,7 +166,7 @@ export default {
...
@@ -160,7 +166,7 @@ export default {
}
}
img
{
img
{
position
:
absolute
;
position
:
absolute
;
top
:
px2rem
(
3
0
px
);
top
:
px2rem
(
3
1
px
);
right
:
px2rem
(
12px
);
right
:
px2rem
(
12px
);
width
:
px2rem
(
15px
);
width
:
px2rem
(
15px
);
height
:
px2rem
(
15px
);
height
:
px2rem
(
15px
);
...
...
src/components/cme/teacter-intro.vue
浏览文件 @
07d25fe8
...
@@ -73,6 +73,7 @@ export default {
...
@@ -73,6 +73,7 @@ export default {
font-size
:
px2rem
(
16px
);
font-size
:
px2rem
(
16px
);
color
:
#373839
;
color
:
#373839
;
font-weight
:
700
;
font-weight
:
700
;
line-height
:
1
.1
;
}
}
.leader-title
{
.leader-title
{
width
:
px2rem
(
220px
);
width
:
px2rem
(
220px
);
...
...
src/views/credit-edit.vue
浏览文件 @
07d25fe8
...
@@ -192,6 +192,7 @@ export default {
...
@@ -192,6 +192,7 @@ export default {
padding-top
:
px2rem
(
8px
)
!
important
;
padding-top
:
px2rem
(
8px
)
!
important
;
line-height
:
px2rem
(
20px
)
!
important
;
line-height
:
px2rem
(
20px
)
!
important
;
font-size
:
px2rem
(
15px
);
font-size
:
px2rem
(
15px
);
box-shadow
:
none
!
important
;
}
}
}
}
...
...
src/views/merge-detail.vue
浏览文件 @
07d25fe8
...
@@ -137,8 +137,8 @@
...
@@ -137,8 +137,8 @@
<!--去激活-->
<!--去激活-->
<ChangeCard
<ChangeCard
:changeErrorMsg=
"changeCardErrorMsg"
:changeErrorMsg=
"changeCardErrorMsg"
:isShow=
"showChangeCard"
:isShow=
"showChangeCard"
@
cancle=
"cancleChangeCard"
@
cancle=
"cancleChangeCard"
@
confirm=
"changeCardAction"
>
@
confirm=
"changeCardAction"
>
</ChangeCard>
</ChangeCard>
<!--
<CardPopup
:cardInfo=
"cardInfo"
:isShow=
"isShowPopup"
@
clickOverlay=
"clickOverlay"
@
cancle=
"jumpToCardList()"
@
confirm=
"confirm"
></CardPopup>
-->
<!--
<CardPopup
:cardInfo=
"cardInfo"
:isShow=
"isShowPopup"
@
clickOverlay=
"clickOverlay"
@
cancle=
"jumpToCardList()"
@
confirm=
"confirm"
></CardPopup>
-->
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录