Commit d662d803 authored by 张伯涛's avatar 张伯涛

修改

parent 587a365f
......@@ -20,20 +20,20 @@
<svg-icon slot="prefix" icon-class="password" class="el-input__icon input-icon" />
</el-input>
</el-form-item>
<el-form-item prop="code">
<el-input
v-model="loginForm.code"
auto-complete="off"
placeholder="验证码"
style="width: 63%"
@keyup.enter.native="handleLogin"
>
<svg-icon slot="prefix" icon-class="validCode" class="el-input__icon input-icon" />
</el-input>
<!-- <el-form-item prop="code">-->
<!-- <el-input-->
<!-- v-model="loginForm.code"-->
<!-- auto-complete="off"-->
<!-- placeholder="验证码"-->
<!-- style="width: 63%"-->
<!-- @keyup.enter.native="handleLogin"-->
<!-- >-->
<!-- <svg-icon slot="prefix" icon-class="validCode" class="el-input__icon input-icon" />-->
<!-- </el-input>-->
<!--<div class="login-code">
<img :src="codeUrl" @click="getCode">
</div>-->
</el-form-item>
<!-- </el-form-item>-->
<el-form-item style="width:100%;margin-bottom: 20px;text-align: center">
<el-button
class="blue-btn"
......@@ -196,8 +196,8 @@ export default {
//background: #ffffff no-repeat;
background-size: 59%;
background-position-y: 57px;
width: 25vw;
height: 62vh;
width: 28vw;
height: 57vh;
padding: 25px 45px 5px 45px;
.login-form-content{
//position: absolute;
......
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