From f353be8a7d58ab4e6e0504621c7005e99bdc135c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Mon, 12 May 2025 16:15:38 +0800 Subject: [PATCH] =?UTF-8?q?layout(login):=20=E4=BC=98=E5=8C=96=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 flex 布局实现居中对齐 -调整登录表单的位置和样式 - 优化代码结构,提高可读性 --- src/views/app/login/index.vue | 139 ++++++++++++++++++---------------- 1 file changed, 73 insertions(+), 66 deletions(-) diff --git a/src/views/app/login/index.vue b/src/views/app/login/index.vue index e07e34e..5f29533 100644 --- a/src/views/app/login/index.vue +++ b/src/views/app/login/index.vue @@ -1,70 +1,76 @@