|
@@ -27,7 +27,7 @@
|
|
|
<!-- <img src="../assets/img/login/persion.png" /> -->
|
|
|
</el-form-item>
|
|
|
<el-form-item label="" class="account-two-new" prop="pass">
|
|
|
- <el-input class="input-password-new" type="password" placeholder="请输入密码" v-model="ruleForm.pass"
|
|
|
+ <el-input class="input-password-new" type="password" placeholder="请输入密码" show-password v-model="ruleForm.pass"
|
|
|
autocomplete="off" @keyup.enter.native="submitForm('ruleForm')">
|
|
|
<template slot="prefix">
|
|
|
<div class="account-inner">
|
|
@@ -206,6 +206,8 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
+
|
|
|
+
|
|
|
.input-account-new>>>.el-input__inner {
|
|
|
background-color: #f7f7f7 !important;
|
|
|
background-image: none;
|
|
@@ -239,7 +241,12 @@ export default {
|
|
|
|
|
|
.input-password-new>>>.el-input__inner::placeholder {
|
|
|
/*color: #f9f9f9;*/
|
|
|
- color: #9a9a9a;
|
|
|
+ color: #9a9a9a !important;
|
|
|
+}
|
|
|
+
|
|
|
+.input-password-new>>>.el-input__icon {
|
|
|
+ /*color: #f9f9f9;*/
|
|
|
+ line-height: 46px !important;
|
|
|
}
|
|
|
|
|
|
.input-password-new>>>.el-input__inner {
|