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
047691c2
Commit
047691c2
authored
Sep 18, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
5f06733b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
152 additions
and
34 deletions
+152
-34
allResume.vue
src/page/resume/allResume.vue
+5
-6
channel.vue
src/page/resume/channel.vue
+147
-28
No files found.
src/page/resume/allResume.vue
View file @
047691c2
...
@@ -451,7 +451,7 @@ import {mapState} from 'vuex'
...
@@ -451,7 +451,7 @@ import {mapState} from 'vuex'
if
(
!
value
)
this
.
$Notice
.
warning
({
title
:
'
提示
'
,
desc
:
'
请输入您要通知的面试官
'
})
if
(
!
value
)
this
.
$Notice
.
warning
({
title
:
'
提示
'
,
desc
:
'
请输入您要通知的面试官
'
})
callback
()
callback
()
}
}
const
emailValidata
=
(
rule
,
value
,
callback
)
=>
{
const
emailValidata
=
(
rule
,
value
,
callback
)
=>
{
let
field
=
rule
.
field
let
field
=
rule
.
field
let
reg
=
rule
.
pattern
let
reg
=
rule
.
pattern
switch
(
field
){
switch
(
field
){
...
@@ -2182,12 +2182,11 @@ background:rgba(241,241,241,1);
...
@@ -2182,12 +2182,11 @@ background:rgba(241,241,241,1);
width: 2.5%;
width: 2.5%;
}
}
input {
input {
font-size: 15px !important;
cursor: pointer;
cursor: pointer;
width: 1.
5
em;
width: 1.
2
em;
height: 1.
5
em;
height: 1.
2
em;
line-height: 1.
5e
;
line-height: 1.
2em
;
vertical-align: -
4
px;
vertical-align: -
3
px;
}
}
.transmit{
.transmit{
position: absolute;
position: absolute;
...
...
src/page/resume/channel.vue
View file @
047691c2
This diff is collapsed.
Click to expand it.
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