From ee68e7883a0033ad5e4070a333f71fabf57ddfbb Mon Sep 17 00:00:00 2001 From: Allan Lin Date: Sat, 11 May 2024 14:49:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E6=A1=86=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 错误描述issue #4236 --- src/views/login/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 25906405..a4b183af 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -235,6 +235,16 @@ $cursor: #fff; box-shadow: 0 0 0px 1000px $bg inset !important; -webkit-text-fill-color: $cursor !important; } + + /* 去除浏览器密码框默认的小眼睛 */ + &::-webkit-credentials-cramble-button { + appearance: none; + } + + &::-ms-reveal, + &::-ms-clear { + display: none; + } } }