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
644efd8d
Commit
644efd8d
authored
Aug 26, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复简历详情页图片透明问题
parent
72c46608
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
14 deletions
+26
-14
resumeDetail.vue
src/page/resume/resumeDetail.vue
+15
-7
upload.vue
src/page/upload/upload.vue
+11
-7
No files found.
src/page/resume/resumeDetail.vue
View file @
644efd8d
...
@@ -2,7 +2,9 @@
...
@@ -2,7 +2,9 @@
<div
class=
"resumeDetail"
>
<div
class=
"resumeDetail"
>
<div
class=
"personalInformation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<div
class=
"personalInformation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<p
class=
"title"
>
<p
class=
"title"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/bastmassage.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/bastmassage.png"
style=
"height:16px;width:23px; vertical-align: middle;margin-top:-4px"
>
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
基本信息
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
基本信息
</span>
<span
style=
"float:right;width:50px;height:24px;margin-right:5px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(downresume)"
>
下载
</Button></span>
<span
style=
"float:right;width:50px;height:24px;margin-right:5px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(downresume)"
>
下载
</Button></span>
</p>
</p>
...
@@ -26,7 +28,9 @@
...
@@ -26,7 +28,9 @@
</div>
</div>
<div
class=
"workExperience"
v-show=
"roList.length !==0 "
>
<div
class=
"workExperience"
v-show=
"roList.length !==0 "
>
<p
class=
"title"
>
<p
class=
"title"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/gongzuo.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/gongzuo.png"
style=
"height:16px;width:23px;vertical-align: middle;margin-top:-4px"
>
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
工作经历
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
工作经历
</span>
</p>
</p>
<div
class=
"workExperience-detail"
v-for=
"(item,index) in roList"
:key=
"index"
>
<div
class=
"workExperience-detail"
v-for=
"(item,index) in roList"
:key=
"index"
>
...
@@ -48,7 +52,8 @@
...
@@ -48,7 +52,8 @@
</div>
</div>
<div
class=
"projectExperience"
v-show=
"rpList.length !==0 "
>
<div
class=
"projectExperience"
v-show=
"rpList.length !==0 "
>
<p
class=
"title"
>
<p
class=
"title"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/xiangmujili.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/xiangmujili.png"
style=
"height:14px;width:19px; vertical-align: middle;margin-top:-4px;margin-left:2px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
项目经历
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
项目经历
</span>
</p>
</p>
<div
class=
"projectExperience-detail"
v-for=
"(item,index) in rpList"
:key=
"index"
>
<div
class=
"projectExperience-detail"
v-for=
"(item,index) in rpList"
:key=
"index"
>
...
@@ -66,7 +71,8 @@
...
@@ -66,7 +71,8 @@
</div>
</div>
<div
class=
"internshipExperience"
v-show=
"riList.length !==0 "
>
<div
class=
"internshipExperience"
v-show=
"riList.length !==0 "
>
<p
class=
"title"
>
<p
class=
"title"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/xiangmujili.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/xiangmujili.png"
style=
"height:16px;width:23px; vertical-align: middle;margin-top:-4px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
实习经历
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
实习经历
</span>
</p>
</p>
<div
class=
"internshipExperience-detail"
v-for=
"(item,index) in riList"
:key=
"index"
>
<div
class=
"internshipExperience-detail"
v-for=
"(item,index) in riList"
:key=
"index"
>
...
@@ -88,7 +94,8 @@
...
@@ -88,7 +94,8 @@
</div>
</div>
<div
class=
"educationalExperience"
v-show=
"reList.length !==0"
>
<div
class=
"educationalExperience"
v-show=
"reList.length !==0"
>
<p
class=
"title"
>
<p
class=
"title"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/jiaoyu.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/jiaoyu.png"
style=
"height:16px;width:23px; vertical-align: middle;margin-top:-4px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
教育经历
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
教育经历
</span>
</p>
</p>
<div
class=
"educationalExperience-detail"
v-for=
"(item,index) in reList"
:key=
"index"
>
<div
class=
"educationalExperience-detail"
v-for=
"(item,index) in reList"
:key=
"index"
>
...
@@ -105,7 +112,8 @@
...
@@ -105,7 +112,8 @@
</div>
</div>
<div
class=
"Self-evaluation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<div
class=
"Self-evaluation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<p
class=
"title"
>
<p
class=
"title"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/ziwopingjia.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/ziwopingjia.png"
style=
"height:16px;width:23px; vertical-align: middle;margin-top:-4px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
自我评价
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
自我评价
</span>
</p>
</p>
<div
class=
"evaluation-content"
>
<div
class=
"evaluation-content"
>
...
@@ -197,7 +205,7 @@ export default {
...
@@ -197,7 +205,7 @@ export default {
width
:
640px
;
width
:
640px
;
margin-left
:
71px
;
margin-left
:
71px
;
margin-top
:
20px
;
margin-top
:
20px
;
line-height
:
24px
line-height
:
24px
;
}
}
.projectExperience
{
.projectExperience
{
width
:
860px
;
width
:
860px
;
...
...
src/page/upload/upload.vue
View file @
644efd8d
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<div
style=
"margin:0 auto;width:860px"
>
<div
style=
"margin:0 auto;width:860px"
>
<div
class=
"personalInformation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<div
class=
"personalInformation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<p
class=
"title2"
>
<p
class=
"title2"
>
<span
><img
src=
"https://o7oe0d6qz.qnssl.com/image/bastmassage.png"
style=
"height:16px;width:23
px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
><img
src=
"https://o7oe0d6qz.qnssl.com/image/bastmassage.png"
style=
"height:16px;width:23px;vertical-align: middle;margin-top:-4
px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
基本信息
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
基本信息
</span>
<span
style=
"float:right;width:50px;height:24px;margin-right:5px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(downloadId)"
>
下载
</Button></span>
<span
style=
"float:right;width:50px;height:24px;margin-right:5px"
><Button
type=
"primary"
size=
'small'
style=
"width:50px;height:24px"
@
click=
"downloadONE(downloadId)"
>
下载
</Button></span>
</p>
</p>
...
@@ -92,7 +92,8 @@
...
@@ -92,7 +92,8 @@
</div>
</div>
<div
class=
"workExperience"
v-show=
"roList.length !==0 "
>
<div
class=
"workExperience"
v-show=
"roList.length !==0 "
>
<p
class=
"title2"
>
<p
class=
"title2"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/gongzuo.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/gongzuo.png"
style=
"height:16px;width:23px; vertical-align: middle;margin-top:-4px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
工作经历
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
工作经历
</span>
</p>
</p>
<div
class=
"workExperience-detail"
v-for=
"(item,index) in roList"
:key=
"index"
>
<div
class=
"workExperience-detail"
v-for=
"(item,index) in roList"
:key=
"index"
>
...
@@ -114,7 +115,8 @@
...
@@ -114,7 +115,8 @@
</div>
</div>
<div
class=
"projectExperience"
v-show=
"rpList.length !==0 "
>
<div
class=
"projectExperience"
v-show=
"rpList.length !==0 "
>
<p
class=
"title2"
>
<p
class=
"title2"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/xiangmujili.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/xiangmujili.png"
style=
"height:14px;width:19px; vertical-align: middle;margin-top:-4px;margin-left:2px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
项目经历
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
项目经历
</span>
</p>
</p>
<div
class=
"projectExperience-detail"
v-for=
"(item,index) in rpList"
:key=
"index"
>
<div
class=
"projectExperience-detail"
v-for=
"(item,index) in rpList"
:key=
"index"
>
...
@@ -132,7 +134,8 @@
...
@@ -132,7 +134,8 @@
</div>
</div>
<div
class=
"internshipExperience"
v-show=
"riList.length !==0 "
>
<div
class=
"internshipExperience"
v-show=
"riList.length !==0 "
>
<p
class=
"title2"
>
<p
class=
"title2"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/xiangmujili.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/xiangmujili.png"
style=
"height:16px;width:23px; vertical-align: middle;margin-top:-4px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
实习经历
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
实习经历
</span>
</p>
</p>
<div
class=
"internshipExperience-detail"
v-for=
"(item,index) in riList"
:key=
"index"
>
<div
class=
"internshipExperience-detail"
v-for=
"(item,index) in riList"
:key=
"index"
>
...
@@ -142,7 +145,6 @@
...
@@ -142,7 +145,6 @@
<span
style=
"margin-left:18px"
><span>
{{
item
.
company
}}
<span></span></span></span>
<span
style=
"margin-left:18px"
><span>
{{
item
.
company
}}
<span></span></span></span>
<span
style=
"float:right;margin-right:30px"
>
<span
style=
"float:right;margin-right:30px"
>
<span>
{{
item
.
industry
}}
</span>
<span>
{{
item
.
industry
}}
</span>
<!--
<span>
{{
item
.
title
}}
</span>
-->
</span>
</span>
</p>
</p>
<p
style=
"height:28px;line-height:28px;font-size:14px;"
>
<p
style=
"height:28px;line-height:28px;font-size:14px;"
>
...
@@ -154,7 +156,8 @@
...
@@ -154,7 +156,8 @@
</div>
</div>
<div
class=
"educationalExperience"
v-show=
"reList.length !==0"
>
<div
class=
"educationalExperience"
v-show=
"reList.length !==0"
>
<p
class=
"title2"
>
<p
class=
"title2"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/jiaoyu.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/jiaoyu.png"
style=
"height:16px;width:23px; vertical-align: middle;margin-top:-4px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
教育经历
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
教育经历
</span>
</p>
</p>
<div
class=
"educationalExperience-detail"
v-for=
"(item,index) in reList"
:key=
"index"
>
<div
class=
"educationalExperience-detail"
v-for=
"(item,index) in reList"
:key=
"index"
>
...
@@ -171,7 +174,8 @@
...
@@ -171,7 +174,8 @@
</div>
</div>
<div
class=
"Self-evaluation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<div
class=
"Self-evaluation"
v-show=
"JSON.stringify(resume)!=='
{}'">
<p
class=
"title2"
>
<p
class=
"title2"
>
<span><img
src=
"https://o7oe0d6qz.qnssl.com/image/ziwopingjia.png"
style=
"height:16px;width:23px"
></span>
<span
style=
"background:rgb(0,146,255);height:16px;width:23px;display:inline-block;"
>
<img
src=
"https://o7oe0d6qz.qnssl.com/image/ziwopingjia.png"
style=
"height:16px;width:23px; vertical-align: middle;margin-top:-4px"
></span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
自我评价
</span>
<span
style=
"margin-left:7px;font-size:16px;color:#0092FF"
>
自我评价
</span>
</p>
</p>
<div
class=
"evaluation-content"
>
<div
class=
"evaluation-content"
>
...
...
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