|
@@ -9,7 +9,7 @@
|
|
name="username"
|
|
name="username"
|
|
@keyup.enter.native="login_info()"
|
|
@keyup.enter.native="login_info()"
|
|
type="text" auto-complete="off" >
|
|
type="text" auto-complete="off" >
|
|
- <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
|
|
|
|
|
|
+ <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon z" />
|
|
</el-input>
|
|
</el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item prop="password" style="position: relative;width:100%">
|
|
<el-form-item prop="password" style="position: relative;width:100%">
|
|
@@ -21,7 +21,7 @@
|
|
:type="passwordtxt"
|
|
:type="passwordtxt"
|
|
v-model="loginForm.password"
|
|
v-model="loginForm.password"
|
|
>
|
|
>
|
|
- <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 z" />
|
|
|
|
|
|
</el-input>
|
|
</el-input>
|
|
<div class="eyeWrap ">
|
|
<div class="eyeWrap ">
|
|
@@ -278,6 +278,10 @@ export default {
|
|
margin:-2.5rem 0 0 90%;;
|
|
margin:-2.5rem 0 0 90%;;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+.z{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top:0.8rem !important;
|
|
|
|
+}
|
|
.eye {
|
|
.eye {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 0.5rem;
|
|
right: 0.5rem;
|