提交 10beec16 编写于 作者: C chenruilong

修复 在 Edge 浏览器下 input[type="password"] 会出现浏览器自带的密码查看按钮

上级 91c42b55
// 隐藏 edge 浏览器的密码查看按钮
.input-box ::v-deep{
.uni-input-input[type="password"] {
&::-ms-reveal {
display: none;
}
}
}
.uni-content {
padding: 0 60rpx;
}
......@@ -100,4 +109,3 @@
.uni-body.uni_modules-uni-id-pages-pages-login-login-withoutpwd{
height: auto !important;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册