From 3c24350bede07f5d56fc19b27720991b9648b6c3 Mon Sep 17 00:00:00 2001 From: tangweijie <877588133@qq.com> Date: Wed, 21 Jan 2026 00:52:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=B8=BA=E5=B1=85=E4=B8=AD=E5=8D=95=E5=88=97=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 login-message 容器从 columns: 2 改为 text-align: center - 提升移动端和窄屏的阅读体验 Co-Authored-By: Claude --- src/views/Login/Login.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index 414a4558..fafe27b1 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -99,9 +99,8 @@ $prefix-cls: #{$namespace}-login; } .login-message { - columns: 2; - column-gap: 20px; - line-height: 1.8; + text-align: center; + width: 100%; }