Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
65cdda69
Commit
65cdda69
authored
Sep 29, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改标题栏底色
parent
31e22129
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
allResume.vue
src/page/resume/allResume.vue
+3
-3
channel.vue
src/page/resume/channel.vue
+9
-9
No files found.
src/page/resume/allResume.vue
View file @
65cdda69
...
...
@@ -39,7 +39,7 @@
<div
style=
"width:47%;height:100%;float:left;background:rgb(61,169,247);margin-left:1%;line-height:80px;text-align:center;color:white;font-size:20px"
>
数据展示
</div>
<div
style=
"width:48%;height:100%;float:left;background:rgb(253,85,83);margin-left:3%;line-height:80px;text-align:center;color:white;font-size:20px"
>
提示语
</div>
</div>
-->
<div
style=
"background:
WhiteSmoke
;width:100%;height:40px;"
class=
'bar'
>
<div
style=
"background:
#D9D9D9
;width:100%;height:40px;"
class=
'bar'
>
<input
type=
'checkbox'
class=
'selectAll'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<span
style=
"margin-left:5px;position:relative;font-size:14px"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
...
...
@@ -55,7 +55,7 @@
<!--
<div
style=
"float:left;margin-left:1%;width:99%;overflow-y: auto;height:600px;margin-bottom:40px"
>
-->
<div
class=
"Resumecontent"
v-for=
'(item,i) in ajaxData'
:key=
"i"
>
<div
class=
"detailResume"
id=
"a"
style=
""
@
mousemove=
"ahove(i,item.isShow)"
@
mouseleave=
"movleave(i,item.isShow)"
:class=
"
{red:item.isShow, grey: i%2!=0}">
<p
style=
'margin-left: 10px;'
>
<p
style=
'margin-left: 10px;
padding-top:10px
'
>
<span
style=
"display:inline-block;height:100%;margin-top:8px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:5px;"
class=
'inputcheck'
>
<input
type=
'checkbox'
name=
'checkboxinput'
class=
'input-checkbox'
v-model=
'checkboxList'
:value=
"item.id"
@
click=
"selectInputElement(i,item.id,item.flowStatus,item.STATES, item)"
style=
"cursor:pointer;height:13px"
>
</span>
...
...
@@ -1857,7 +1857,7 @@ import {mapState} from 'vuex'
}
.detailResume{
width:100%;
height:
7
0px;
height:
8
0px;
}
.grey{
background:rgba(241,241,241,1);
...
...
src/page/resume/channel.vue
View file @
65cdda69
...
...
@@ -38,7 +38,7 @@
<div
style=
"width:47%;height:100%;float:left;background:rgb(61,169,247);margin-left:1%;line-height:80px;text-align:center;color:white;font-size:20px"
>
数据展示
</div>
<div
style=
"width:48%;height:100%;float:left;background:rgb(253,85,83);margin-left:3%;line-height:80px;text-align:center;color:white;font-size:20px"
>
提示语
</div>
</div>
<div
style=
"background:
WhiteSmoke
;width:100%;height:40px;"
class=
'bar'
>
<div
style=
"background:
#d9d9d9
;width:100%;height:40px;"
class=
'bar'
>
<input
type=
'checkbox'
class=
'selectAll'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<span
style=
"margin-left:5px;position:relative;font-size:14px"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
...
...
@@ -53,7 +53,7 @@
<div
style=
"margin:50px auto;width:300px;height:200px;line-height:200px;text-align:center;font-size:20px;color:LightGray"
v-show=
"ajaxData.length==0"
>
暂无数据
</div>
<div
class=
"Resumecontent"
v-for=
'(item,i) in ajaxData'
:key=
"i"
>
<div
class=
"detailResume"
id=
"a"
@
mousemove=
"ahove(i,item.isShow)"
@
mouseleave=
"movleave(i,item.isShow)"
:class=
"
{red:item.isShow, grey: i%2!=0}" >
<p
class=
"massage"
style=
"margin-left:10px;"
>
<p
class=
"massage"
style=
"margin-left:10px;
padding-top:10px
"
>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:5px"
class=
'inputcheck'
>
<input
type=
'checkbox'
name=
'checkboxinput'
style=
"cursor:pointer"
class=
'input-checkbox'
v-model=
'checkboxList'
:value=
"item.id"
@
click=
"selectInputElement(i,item.id,item.flowStatus,item.STATES, item)"
></span>
<span
style=
"display:inline-block;height:100%;font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
class=
"allResumeBassage"
:class=
"
{massagecolor:item.hasRead==1}" @click="Seedetail(item.id,item.uid,item.flowStatus)">
{{
item
.
ownerName
}}
|
</span>
...
...
@@ -102,7 +102,7 @@
<span
@
click=
"RecordSEE(item.id,item.ownerName)"
style=
";cursor:pointer;color:#2d8cf0;"
class=
'recordtext'
>
记录
</span>
</span>
</p>
<p
style=
"margin-top:
1
0px;color:Greys;padding-left:10px;"
class=
"info"
>
<p
style=
"margin-top:0px;color:Greys;padding-left:10px;"
class=
"info"
>
<span
style=
"display:inline-block;font-size: 14px;color:orange"
v-show=
"item.hasForward=='1'"
class=
'transmit'
>
已转
</span>
<span
style=
"display:inline-block;font-size: 14px;margin-left:20px;color:Grey"
v-if=
"item.srcSite!==''"
v-show=
"item.hasForward==null"
>
{{
item
.
deliveryTime
}}
投递 |
</span>
<span
style=
"display:inline-block;font-size: 14px;color:Grey;margin-left:20px"
v-if=
"item.srcSite==''"
v-show=
"item.hasForward==null"
>
{{
item
.
deliveryTime
}}
上传
<span
v-show=
"item.optSource!==''"
>
|
</span></span>
...
...
@@ -1834,11 +1834,11 @@ export default {
.red{
background: LightGray !important
}
.massage{
height:25px;
font-size: 8px;
line-height: 25px;
}
//
.massage{
// //
height:25px;
//
font-size: 8px;
// //
line-height: 25px;
//
}
.Recode span{
margin-left:20px
}
...
...
@@ -1902,7 +1902,7 @@ select{
}
.detailResume{
width:100%;
height:
7
0px;
height:
8
0px;
}
.emailModal-title{
height: 280px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment