【效果图】
【html】
// 前后代码【略】
【js】
showPwd () { this.pwdType === 'password' ? this.pwdType = '' : this.pwdType = 'password'; let e = document.getElementsByClassName('el-icon-view')[0]; this.pwdType == '' ? e.setAttribute('style', 'color: #409EFF') : e.setAttribute('style', 'color: #c0c4cc');},