diff --git a/src/components/login/login.scss b/src/components/login/login.scss index cd9ef79..3373cb4 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -48,6 +48,9 @@ // Vertical center transform: translateY(50%); + // Make it white + background-color: white; + // Input bars .el-input {