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

修改

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