🐛(component): 优化 input 组件 password 模式在 edge 的兼容性
This commit is contained in:
parent
98c4327000
commit
fccdf27ae2
@ -105,6 +105,10 @@
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.layui-input input::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layui-input{
|
||||
&[size="lg"] {
|
||||
.set-size(@input-lg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user