当前位置: 首页 > Web前端 > CSS

vue+elementUi实现密码显示-隐藏+小图标变化(js三行代码,其中一行为了美观)

时间:2023-03-30 15:08:37 CSS

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