From fccdf27ae2b5d34f98662b65363c388bdb6e3227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Tue, 23 Aug 2022 22:26:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(component):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20input=20=E7=BB=84=E4=BB=B6=20password=20=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E5=9C=A8=20edge=20=E7=9A=84=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/component/input/index.less | 4 ++++ 1 file changed, 4 insertions(+) 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);