From 9653cf99399094cde41e3d5ad0e909d8c935f496 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Tue, 21 Feb 2023 00:12:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 5bc525c17b18408eb6c25d1019f166c6791c21eb --- src/views/login/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a110350..91e7927 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -11,10 +11,10 @@ - - + +
- +
- + @@ -166,6 +166,7 @@ function handleLogin() { background: rgba(0, 0, 0, 0.1); border-radius: 5px; } + .el-input { background: transparent; // 子组件 scoped 无效,使用 :deep -- GitLab