From c4561d11a11e754c25950b4270aa59b0d93bdc48 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 21 Aug 2019 14:26:26 +0800 Subject: [PATCH] [O] Make the panel's background white --- src/components/login/login.scss | 3 +++ 1 file changed, 3 insertions(+) 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 {