资讯专栏INFORMATION COLUMN

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

Kylin_Mountain / 3009人阅读

【效果图】



【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");
},

文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。

转载请注明本文地址:https://www.ucloud.cn/yun/117460.html

相关文章

发表评论

0条评论

最新活动
阅读需要支付1元查看
<