diff --git a/package/component/src/component/input/index.less b/package/component/src/component/input/index.less index d6089687..0399ca86 100644 --- a/package/component/src/component/input/index.less +++ b/package/component/src/component/input/index.less @@ -105,6 +105,10 @@ line-height: 1.3; } +.layui-input input::-ms-reveal { + display: none; +} + .layui-input{ &[size="lg"] { .set-size(@input-lg);