From dc751b051b2423020c3266c4780b08011a6e8fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sat, 5 Mar 2022 00:10:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(login/index.vue):=20=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=A1=86input=E7=9A=84box-shadow=E9=BC=A0=E6=A0=87hover?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index f29bc651..23f6d00b 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -285,6 +285,14 @@ $cursor: #fff; } } + .el-input__inner{ + &:hover{ + border-color: var(--el-input-hover-border,var(--el-border-color-hover)); + box-shadow:none; + } + box-shadow:none; + } + .el-form-item { border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(0, 0, 0, 0.1);