From 65387ebff44112b5f52f8536d5ed30cb0b6dd6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Thu, 22 Dec 2022 15:42:45 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95?= =?UTF-8?q?=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 --- apps/authentication/templates/authentication/login.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/authentication/templates/authentication/login.html b/apps/authentication/templates/authentication/login.html index 2cc0d2781..ad01c12cd 100644 --- a/apps/authentication/templates/authentication/login.html +++ b/apps/authentication/templates/authentication/login.html @@ -70,7 +70,7 @@ .right-image-box { height: 100%; - width: 56%; + width: 50%; float: right; } @@ -78,7 +78,7 @@ text-align: center; background-color: white; height: 100%; - width: 44%; + width: 50%; border-right: 1px solid #EFF0F1; } @@ -204,6 +204,9 @@ .auto-login input[type=checkbox]:checked { border: 4px solid var(--primary-color); } + .auto-login > .row::after { + clear: none; + } @@ -274,7 +277,7 @@ {% endif %}