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
2869e292
Commit
2869e292
authored
Aug 30, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录按钮大小及详情页底部边距调整
parent
3eedbac0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
15 deletions
+12
-15
login.vue
src/page/login/login.vue
+5
-7
update.vue
src/page/login/update.vue
+3
-6
resumeDetail.vue
src/page/resume/resumeDetail.vue
+2
-1
upload.vue
src/page/upload/upload.vue
+2
-1
No files found.
src/page/login/login.vue
View file @
2869e292
...
...
@@ -14,12 +14,12 @@
<div
class=
"login_content"
>
<Form
ref=
"formInline"
:model=
"formInline"
:rules=
"ruleInline"
style=
"height:161px"
>
<FormItem
prop=
"user"
style=
"height:60px"
>
<Input
type=
"text"
v-model=
"formInline.user"
placeholder=
"请输入11位默认手机号"
class=
"wordStyle"
>
<Input
type=
"text"
v-model=
"formInline.user"
placeholder=
"请输入11位默认手机号"
class=
"wordStyle"
size=
"large"
>
<Icon
type=
"ios-person-outline"
slot=
"prepend"
></Icon>
</Input>
</FormItem>
<FormItem
prop=
"password"
>
<Input
type=
"password"
v-model=
"formInline.password"
placeholder=
"请输入默认密码"
class=
"wordStyle"
@
keyup.enter.native=
'login'
>
<Input
type=
"password"
v-model=
"formInline.password"
placeholder=
"请输入默认密码"
class=
"wordStyle"
@
keyup.enter.native=
'login'
size=
"large"
>
<Icon
type=
"ios-lock-outline"
slot=
"prepend"
></Icon>
</Input>
<span
style=
"color:red;margin-top;5px"
v-show=
"noteconTime==true"
>
{{
notecontent
}}
</span>
...
...
@@ -105,10 +105,11 @@ export default {
}
}
</
script
>
<
style
scope
>
<
style
scope
d
>
.login
{
width
:
100%
;
height
:
100%
;
overflow
:
hidden
;
}
.login
.login-content
{
width
:
100%
;
...
...
@@ -176,10 +177,7 @@ export default {
}
.wordStyle
{
width
:
90%
;
height
:
4
0px
line-height
:
5
0px
/* margin-left: 30px */
}
input
.ivu-input.ivu-input-default
{
height
:
40px
}
</
style
>
src/page/login/update.vue
View file @
2869e292
...
...
@@ -14,13 +14,13 @@
<div
class=
"updatePsd_content"
>
<Form
ref=
"formInline"
:model=
"formInline"
class=
"formcontent"
>
<FormItem
class=
"formitemcontent"
>
<Input
type=
"password"
v-model=
"formInline.password"
placeholder=
"Password"
class=
"wordStyle2"
@
on-change=
'verification'
>
<Input
type=
"password"
v-model=
"formInline.password"
placeholder=
"Password"
class=
"wordStyle2"
@
on-change=
'verification'
size=
"large"
>
<Icon
type=
"ios-lock-outline"
slot=
"prepend"
></Icon>
</Input>
<span
style=
"color:Grey;margin-left:30px"
v-show=
"fistcontent"
>
4-20位且不得与默认密码相同
</span>
</FormItem>
<FormItem
style=
"margin-top:-20px"
class=
"formitemcontent"
>
<Input
type=
"password"
v-model=
"formInline.passwordTwo"
placeholder=
"Password"
class=
"wordStyle2"
@
keyup.enter.native=
'loginT'
>
<Input
type=
"password"
v-model=
"formInline.passwordTwo"
placeholder=
"Password"
class=
"wordStyle2"
@
keyup.enter.native=
'loginT'
size=
"large"
>
<Icon
type=
"ios-lock-outline"
slot=
"prepend"
></Icon>
</Input>
<span
style=
"color:Grey;margin-left:30px;color:red"
v-show=
"twocontent"
>
{{
twocontentmessage
}}
</span>
...
...
@@ -163,7 +163,7 @@ export default {
}
}
</
script
>
<
style
>
<
style
scoped
>
.updatePsd
{
width
:
100%
;
height
:
100%
;
...
...
@@ -225,7 +225,4 @@ export default {
.formitemcontent
{
height
:
60px
;
}
input
.ivu-input.ivu-input-default
{
height
:
40px
}
</
style
>
src/page/resume/resumeDetail.vue
View file @
2869e292
...
...
@@ -283,7 +283,8 @@ export default {
width
:
720px
;
margin-left
:
30px
;
float
:
left
;
margin-top
:
30px
margin-top
:
30px
;
line-height
:
30px
}
.detailTitel
{
width
:
860px
;
...
...
src/page/upload/upload.vue
View file @
2869e292
...
...
@@ -695,7 +695,8 @@ import {uploadFile} from '../../service/ajax'
width: 720px;
margin-left:30px;
float: left;
margin-top: 30px
margin-top: 30px;
line-height: 30px
}
.bestmessage{
width: 860px;
...
...
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