diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 36264cf..666f1fd 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -7,4 +7,11 @@ { margin: 5px 0; } + + // Button + .el-button + { + margin: 5px 0; + width: 100%; + } }