From aface8c52acbe8b337611b402daaccdf18d0dc1a Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Fri, 17 Mar 2023 00:17:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=99=BB=E5=BD=95=E6=A1=86?= =?UTF-8?q?=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 227134a4bb526d71cbeadbaa43002248c822e655 --- src/views/login/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 360a8487..f2799cde 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -163,6 +163,7 @@ function handleLogin() { width: 520px; max-width: 100%; padding: 160px 35px 0; + margin: 0 auto; overflow: hidden; } }