diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 37d8bff..cd9ef79 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -45,6 +45,9 @@ border-radius: 10px; box-shadow: 0 0 4px black; + // Vertical center + transform: translateY(50%); + // Input bars .el-input {