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
9ed17bac
Commit
9ed17bac
authored
Sep 25, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试页面pdf
parent
e0b01c8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
resumeDetail.vue
src/page/resume/resumeDetail.vue
+26
-3
No files found.
src/page/resume/resumeDetail.vue
View file @
9ed17bac
<
template
>
<div
class=
"resumeDetail"
>
<div
class=
"resumeDetail-left"
>
<div
class=
"personalInformation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<p
class=
"detailTitel"
>
<span>
...
...
@@ -133,6 +134,15 @@
{{
resume
&&
resume
.
selfEvaluate
}}
</div>
</div>
</div>
<div
class=
"resumeDetail-right"
>
<span
style=
"float:right;width:50px;height:24px;margin-right:25px;margin-top:30px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(detialID)"
v-show=
"this.showBtn!=1"
>
下载
</Button></span>
<span
style=
"float:right;width:50px;height:24px;margin-right:25px;margin-top:30px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(detialID)"
v-show=
"this.showBtn!=1"
>
下载
</Button></span>
<span
style=
"float:right;width:50px;height:24px;margin-right:25px;margin-top:30px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(detialID)"
v-show=
"this.showBtn!=1"
>
下载
</Button></span>
<span
style=
"float:right;width:50px;height:24px;margin-right:25px;margin-top:30px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(detialID)"
v-show=
"this.showBtn!=1"
>
下载
</Button></span>
<span
style=
"float:right;width:50px;height:24px;margin-right:25px;margin-top:30px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(detialID)"
v-show=
"this.showBtn!=1"
>
下载
</Button></span>
<span
style=
"float:right;width:50px;height:24px;margin-right:25px;margin-top:30px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(detialID)"
v-show=
"this.showBtn!=1"
>
下载
</Button></span>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -185,16 +195,24 @@ export default {
</
script
>
<
style
scoped
>
.resumeDetail
{
width
:
86
0px
;
width
:
100
0px
;
margin
:
30px
auto
;
color
:
#000000
;
font-family
:
"\5FAE\8F6F\96C5\9ED1"
font-family
:
"\5FAE\8F6F\96C5\9ED1"
;
}
.resumeDetail-left
{
float
:
left
;
width
:
860px
}
.resumeDetail-right
{
float
:
left
;
width
:
120px
;
height
:
8000px
}
.personalInformation
{
width
:
860px
;
/* height: 600px; */
float
:
left
;
/* border: 1px solid black */
}
.bassMassage
{
display
:
inline-block
;
...
...
@@ -212,6 +230,11 @@ export default {
margin-top
:
20px
;
margin-left
:
20px
}
/* .test{
position: relative;
left:900px;
top: 0
} */
.massageTitle
{
/* height: 300px; */
float
:
left
;
...
...
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