From f5f42e3f785b334c24775d83c7c2be6fd2d9a38e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 06 Nov 2025 13:50:06 +0800
Subject: [PATCH] feat:登录页调整

---
 src/static/styles/common.scss |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/static/styles/common.scss b/src/static/styles/common.scss
index e7d2e6c..7ae5e61 100644
--- a/src/static/styles/common.scss
+++ b/src/static/styles/common.scss
@@ -2,4 +2,7 @@
   font-size: $u-font-base;
   color: $u-main-color;
   background-color: $u-bg-color;
-}
\ No newline at end of file
+
+  height: 100%;
+
+}

--
Gitblit v1.9.3