Commit 2869e292 authored by zhangderong's avatar zhangderong

登录按钮大小及详情页底部边距调整

parent 3eedbac0
......@@ -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 scoped>
.login{
width:100%;
height:100%;
overflow: hidden;
}
.login .login-content{
width: 100%;
......@@ -176,10 +177,7 @@ export default {
}
.wordStyle{
width: 90%;
height: 40px
line-height: 50px
/* margin-left: 30px */
}
input.ivu-input.ivu-input-default{
height: 40px
}
</style>
......@@ -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>
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment