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
d9d86667
Commit
d9d86667
authored
Sep 27, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试详情页功能
parent
ca50be2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
App.vue
src/App.vue
+4
-4
resumeDetail.vue
src/page/resume/resumeDetail.vue
+1
-1
No files found.
src/App.vue
View file @
d9d86667
...
...
@@ -32,9 +32,9 @@ export default {
<
style
>
#app
{
/* position: absolute; */
/*
top: 0;
bottom: 0;
*/
position
:
absolute
;
top
:
0
;
bottom
:
0
;
width
:
100%
;
cursor
:
auto
;
text-align
:
left
;
...
...
@@ -46,7 +46,7 @@ export default {
-khtml-user-select
:
text
!important
;
/*早期浏览器*/
-moz-user-select
:
text
!important
;
/*火狐*/
-ms-user-select
:
text
!important
;
/*IE10*/
user-select
:
text
!important
;
user-select
:
text
!important
;
}
.pc
{
height
:
100%
;
...
...
src/page/resume/resumeDetail.vue
View file @
d9d86667
...
...
@@ -234,7 +234,7 @@
<div
style=
'min-height:300px;'
>
<div
class=
'title'
>
<h2
style=
"text-align:center"
>
转发给面试官
</h2>
<p
class=
'hint'
style=
"margin-top:10px"
>
该通知将以微信形式发送给面试官,面试官可通过微信筛选简历
</p>
<p
class=
'hint'
style=
"margin-top:10px
;text-align:center
"
>
该通知将以微信形式发送给面试官,面试官可通过微信筛选简历
</p>
</div>
<Form
ref=
"transpondFrom"
:model=
"transpondFrom"
:rules=
"transpondRule"
style=
"margin-top:10px"
>
<FormItem
label=
'面试官'
prop=
'interviewerName'
>
...
...
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