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
33121746
Commit
33121746
authored
Sep 29, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pdf展示问题
parent
f9ef53ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
resumeDetail.vue
src/page/resume/resumeDetail.vue
+13
-6
No files found.
src/page/resume/resumeDetail.vue
View file @
33121746
...
@@ -151,7 +151,8 @@
...
@@ -151,7 +151,8 @@
width=
'1000px'
width=
'1000px'
:mask-closable=
'false'
:mask-closable=
'false'
:closable=
'false'
:closable=
'false'
:styles=
"
{top:'50px'}">
:styles=
"
{top:'50px'}"
>
<div
>
<div
>
<!--
<h2
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==false"
>
发送邮件
</h2>
-->
<!--
<h2
style=
"text-align:center;color:black"
v-show=
"this.isShowAll==false"
>
发送邮件
</h2>
-->
<h2
style=
"text-align:center;color:black"
>
新建面试
</h2>
<h2
style=
"text-align:center;color:black"
>
新建面试
</h2>
...
@@ -862,12 +863,23 @@ export default {
...
@@ -862,12 +863,23 @@ export default {
this
.
passDisabled
=
true
this
.
passDisabled
=
true
this
.
optionDisabled
=
false
this
.
optionDisabled
=
false
})
})
},
addCss
(){
document
.
querySelector
(
'
#app
'
).
style
[
'
overflow-x
'
]
=
'
hidden
'
},
remove
(){
document
.
querySelector
(
'
#app
'
).
style
.
removeProperty
(
'
overflow-x
'
)
}
}
},
},
mounted
(){
mounted
(){
this
.
getDETAIL
()
this
.
getDETAIL
()
this
.
boxIsShow
=
true
this
.
boxIsShow
=
true
this
.
judeBtn
()
this
.
judeBtn
()
this
.
addCss
()
},
beforeDestroy
(){
this
.
remove
()
}
}
}
}
</
script
>
</
script
>
...
@@ -1081,9 +1093,4 @@ export default {
...
@@ -1081,9 +1093,4 @@ export default {
/* border: 1px solid red */
/* border: 1px solid red */
}
}
</
style
>
</
style
>
<
style
lang=
'less'
>
#app{
overflow-x:hidden !important;
}
</
style
>
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