::-ms-reveal {
    display: none;
}
//或者指定到某个对象
.password-control input::-ms-reveal {
    display: none;
}