Commit d7294ade by qinjianhui

fix:问题修改

parent 2c69eede
<template> <template>
<div> <div class="login-page">
<div class="login_bg"> <div class="login_bg">
<div class="logo"> <div class="logo">
<div> <div>
...@@ -131,7 +131,6 @@ ...@@ -131,7 +131,6 @@
<el-input <el-input
v-model="forgetForm.confirmNewPassword" v-model="forgetForm.confirmNewPassword"
placeholder="请再次输入新密码" placeholder="请再次输入新密码"
clearable
:type="showAgNewPwd ? 'text' : 'password'" :type="showAgNewPwd ? 'text' : 'password'"
prefix-icon="el-icon-lock" prefix-icon="el-icon-lock"
style="background-color: #fff"> style="background-color: #fff">
...@@ -441,4 +440,9 @@ export default { ...@@ -441,4 +440,9 @@ export default {
.eyes.close { .eyes.close {
background: url('../assets/eyes-closed.png') no-repeat center / cover; background: url('../assets/eyes-closed.png') no-repeat center / cover;
} }
.login-page::v-deep .el-input__inner::-ms-reveal,
.login-page::v-deep .el-input__inner::-ms-clear{
display: none;
}
</style> </style>
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