diff --git a/web/src/management/pages/login/LoginPage.vue b/web/src/management/pages/login/LoginPage.vue index b17aa0b7..b4057941 100644 --- a/web/src/management/pages/login/LoginPage.vue +++ b/web/src/management/pages/login/LoginPage.vue @@ -38,8 +38,8 @@
- -
+ +
@@ -278,13 +278,14 @@ const refreshCaptcha = async () => { background: #fff; box-shadow: 4px 0 20px 0 rgba(82, 82, 102, 0.15); margin-top: -150px; + width: 580px; .button-group { margin-top: 40px; } .button { - width: 160px; + width: 200px; height: 40px; font-size: 14px; }