From d5863411644121f90c53ae6e89b4bb29424ba33d Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Thu, 16 Mar 2023 23:49:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=99=BB=E5=BD=95=E6=A1=86?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 89d1a9d6e05c0b1a264426c240788b3c00bd2c79 --- src/views/login/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 462c0428..360a8487 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -4,7 +4,7 @@ ref="loginFormRef" :model="loginData" :rules="loginRules" - class="w-[520px] mx-auto mt-[150px]" + class="login-form" >