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
e46fda02
Commit
e46fda02
authored
Sep 18, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式问题
parent
b0a6bac4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
161 additions
and
60 deletions
+161
-60
home.vue
src/components/home.vue
+2
-2
allResume.vue
src/page/resume/allResume.vue
+144
-45
channel.vue
src/page/resume/channel.vue
+15
-13
No files found.
src/components/home.vue
View file @
e46fda02
...
@@ -287,11 +287,11 @@ import localstorage from '../service/localstorage.service.js'
...
@@ -287,11 +287,11 @@ import localstorage from '../service/localstorage.service.js'
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.home{
.home{
height: 100%;
height: 100%;
overflow: hidden;
.aside{
.aside{
// min-height: 2050px;
border-right: 1px solid #dcdee2;
border-right: 1px solid #dcdee2;
box-shadow: #dcdee2 0 0 6px 1px;
box-shadow: #dcdee2 0 0 6px 1px;
// width:15
%;
height: 100
%;
img{
img{
height: 49px;
height: 49px;
width: 100%;
width: 100%;
...
...
src/page/resume/allResume.vue
View file @
e46fda02
This diff is collapsed.
Click to expand it.
src/page/resume/channel.vue
View file @
e46fda02
...
@@ -54,8 +54,8 @@
...
@@ -54,8 +54,8 @@
<div
class=
"Resumecontent"
v-for=
'(item,i) in ajaxData'
:key=
"i"
>
<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}" >
<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 info"
style=
"margin-top:10px"
>
<p
class=
"massage info"
style=
"margin-top:10px"
>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:5px"
>
<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=
"
margin-left:10px;
cursor:pointer"
class=
'input-checkbox'
v-model=
'checkboxList'
:value=
"item.id"
@
click=
"selectInputElement(i,item.id,item.flowStatus,item.STATES, item)"
></span>
<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: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerName
}}
|
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerName
}}
|
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerMobile
}}
|
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerMobile
}}
|
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerAge
}}
岁 |
</span>
<span
style=
"display:inline-block;height:100%;font-size: 12px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;cursor:pointer"
@
click=
"Seedetail(item.id)"
>
{{
item
.
ownerAge
}}
岁 |
</span>
...
@@ -2060,16 +2060,18 @@ select{
...
@@ -2060,16 +2060,18 @@ select{
.info{
.info{
font-size: 13px;
font-size: 13px;
position:relative;
position:relative;
padding: 0 1%;
span{
span{
font-size: 14px !important;
font-size: 14px !important;
}
}
.inputcheck{
width: 2.5%;
}
input {
input {
margin-left: 10px;
cursor: pointer;
cursor: pointer;
width: 25px;
width: 100%;
height: 25px;
margin: auto;
line-height: 25px;
vertical-align: 1px;
vertical-align: -5px;
}
}
.transmit{
.transmit{
position: absolute;
position: absolute;
...
@@ -2077,12 +2079,12 @@ select{
...
@@ -2077,12 +2079,12 @@ select{
}
}
}
}
.selectAll{
.selectAll{
margin-left: 10px;
margin-left: 10px;
cursor: pointer;
cursor: pointer;
width: 25px
;
width: 1.5em
;
height: 25px
;
height: 1.5em
;
line-height: 25px
;
line-height: 1.5e
;
vertical-align: -5px;
vertical-align: -5px;
}
}
.grey{
.grey{
background:rgba(241,241,241,1);
background:rgba(241,241,241,1);
...
...
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