From b184e56eac44eef962bdc54b4fcbf851b8223abb Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Mon, 30 Dec 2024 18:10:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20=E8=B0=83=E6=95=B4=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E4=B8=8B=E7=9A=84=E5=86=85=E5=AE=B9=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/dashboard.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/static/css/dashboard.css b/app/static/css/dashboard.css index e5f8fef..fee0fc0 100644 --- a/app/static/css/dashboard.css +++ b/app/static/css/dashboard.css @@ -10,10 +10,10 @@ body { } } -@media (min-width: 2000px) { - main { - padding-right: 400px !important; - padding-left: 400px !important; +@media (min-width: 1360px) { + .container-fluid { + max-width: 1360px; + margin: 0 auto; } } From bc8167a7247e84097a8786fa173c2f1c07b12768 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Wed, 1 Jan 2025 20:50:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20=E6=94=B9=E8=BF=9B=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/login.html | 89 +++++++++++++++++++++++++++++++--------- 1 file changed, 70 insertions(+), 19 deletions(-) diff --git a/app/templates/login.html b/app/templates/login.html index b279c0c..e78704f 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -1,33 +1,84 @@ - + 登录 - + + -
-

登录

- {% if message %} -