From 753825acad3c60c1fe4b7e254fcb00485dfd824e Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Thu, 30 Oct 2025 18:21:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/login/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/views/login/index.vue b/web/src/views/login/index.vue index cc2756f..df9b74d 100644 --- a/web/src/views/login/index.vue +++ b/web/src/views/login/index.vue @@ -300,13 +300,14 @@ $light_gray: #eee; position: relative; // justify-content: center; // -webkit-justify-content: center; + text-align: center; .login-container-title{ font-size: 60px; font-weight: 700; color: #fff; margin: 0 auto; margin-top: 2%; - width: 800px; + // width: 800px; letter-spacing: 5px; } .login-container-content {