From 8729a1fb683d575786e86a19abf0f58046bc5f4b Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Wed, 26 Jun 2024 20:58:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=E5=90=8E=E5=BC=95=E5=8F=91?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/login.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/login.scss b/src/styles/login.scss index 84dc054e..19778763 100644 --- a/src/styles/login.scss +++ b/src/styles/login.scss @@ -10,11 +10,13 @@ .top-bar { position: absolute; - top: 1rem; - left: 1rem; + top: 0; + left: 0; display: flex; + align-items: center; justify-content: flex-end; width: 100%; + padding: 12px; } .lang-select {