|
|
|
@ -75,7 +75,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<el-dialog title="绑定手机号" :visible.sync="phoneVisible" :close-on-click-modal="false" width="30%"> |
|
|
|
|
<el-dialog title="绑定手机号" v-if="phoneVisible" :close-on-click-modal="false" width="30%"> |
|
|
|
|
<el-form ref="form" label-width="60px"> |
|
|
|
|
<el-form-item label="手机号"> |
|
|
|
|
<el-input placeholder="请输入手机号" v-model="phone" maxlength="11"></el-input> |
|
|
|
@ -321,6 +321,7 @@ export default { |
|
|
|
|
margin: 60px auto 20px; |
|
|
|
|
background-image: url(../assets/img/login-input.png); |
|
|
|
|
box-shadow:0px 0px 79px 0px rgba(11,15,65,0.36); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
overflow: hidden; |
|
|
|
|
.el-input__inner { |
|
|
|
|
height: 80px; |
|
|
|
|