如果您使用的是 Edge,需要隐藏 input 的 password 类型提供的密码显示按钮,可以使用下面的伪元素。
input
password
::-ms-reveal { display: none }
暂无评论,快来抢首评~
相关推荐