Commit 2869e292 authored by zhangderong's avatar zhangderong

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

parent 3eedbac0
...@@ -14,12 +14,12 @@ ...@@ -14,12 +14,12 @@
<div class="login_content"> <div class="login_content">
<Form ref="formInline" :model="formInline" :rules="ruleInline" style="height:161px"> <Form ref="formInline" :model="formInline" :rules="ruleInline" style="height:161px">
<FormItem prop="user" style="height:60px"> <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> <Icon type="ios-person-outline" slot="prepend" ></Icon>
</Input> </Input>
</FormItem> </FormItem>
<FormItem prop="password"> <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> <Icon type="ios-lock-outline" slot="prepend"></Icon>
</Input> </Input>
<span style="color:red;margin-top;5px" v-show="noteconTime==true">{{notecontent}}</span> <span style="color:red;margin-top;5px" v-show="noteconTime==true">{{notecontent}}</span>
...@@ -105,10 +105,11 @@ export default { ...@@ -105,10 +105,11 @@ export default {
} }
} }
</script> </script>
<style scope> <style scoped>
.login{ .login{
width:100%; width:100%;
height:100%; height:100%;
overflow: hidden;
} }
.login .login-content{ .login .login-content{
width: 100%; width: 100%;
...@@ -176,10 +177,7 @@ export default { ...@@ -176,10 +177,7 @@ export default {
} }
.wordStyle{ .wordStyle{
width: 90%; width: 90%;
height: 40px line-height: 50px
/* margin-left: 30px */ /* margin-left: 30px */
} }
input.ivu-input.ivu-input-default{
height: 40px
}
</style> </style>
...@@ -14,13 +14,13 @@ ...@@ -14,13 +14,13 @@
<div class="updatePsd_content"> <div class="updatePsd_content">
<Form ref="formInline" :model="formInline" class="formcontent"> <Form ref="formInline" :model="formInline" class="formcontent">
<FormItem class="formitemcontent"> <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> <Icon type="ios-lock-outline" slot="prepend"></Icon>
</Input> </Input>
<span style="color:Grey;margin-left:30px" v-show="fistcontent">4-20位且不得与默认密码相同</span> <span style="color:Grey;margin-left:30px" v-show="fistcontent">4-20位且不得与默认密码相同</span>
</FormItem> </FormItem>
<FormItem style="margin-top:-20px" class="formitemcontent"> <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> <Icon type="ios-lock-outline" slot="prepend"></Icon>
</Input> </Input>
<span style="color:Grey;margin-left:30px;color:red" v-show="twocontent">{{twocontentmessage}}</span> <span style="color:Grey;margin-left:30px;color:red" v-show="twocontent">{{twocontentmessage}}</span>
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
} }
} }
</script> </script>
<style> <style scoped>
.updatePsd{ .updatePsd{
width:100%; width:100%;
height:100%; height:100%;
...@@ -225,7 +225,4 @@ export default { ...@@ -225,7 +225,4 @@ export default {
.formitemcontent{ .formitemcontent{
height:60px; height:60px;
} }
input.ivu-input.ivu-input-default{
height: 40px
}
</style> </style>
...@@ -283,7 +283,8 @@ export default { ...@@ -283,7 +283,8 @@ export default {
width: 720px; width: 720px;
margin-left:30px; margin-left:30px;
float: left; float: left;
margin-top: 30px margin-top: 30px;
line-height: 30px
} }
.detailTitel{ .detailTitel{
width: 860px; width: 860px;
......
...@@ -695,7 +695,8 @@ import {uploadFile} from '../../service/ajax' ...@@ -695,7 +695,8 @@ import {uploadFile} from '../../service/ajax'
width: 720px; width: 720px;
margin-left:30px; margin-left:30px;
float: left; float: left;
margin-top: 30px margin-top: 30px;
line-height: 30px
} }
.bestmessage{ .bestmessage{
width: 860px; 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