From 7a62462c1beb458c8006451b23e851f7aede84de Mon Sep 17 00:00:00 2001 From: LiJinHui <166460433+stu-rgsze@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:18:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BA=95=E6=A1=86?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/styles/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/manager-web/src/styles/global.scss b/main/manager-web/src/styles/global.scss index b83180f2..3bab9596 100644 --- a/main/manager-web/src/styles/global.scss +++ b/main/manager-web/src/styles/global.scss @@ -11,4 +11,8 @@ select:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px transparent inset; transition: background-color 5000s ease-in-out 0s; background-color: transparent; +} + +.el-footer { + height: 80px !important; /* 使用 !important 确保覆盖默认样式 */ } \ No newline at end of file From 313fad1f8110c4a06483b41e2476c88813d64b60 Mon Sep 17 00:00:00 2001 From: LiJinHui <166460433+stu-rgsze@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:56:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-web/src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/manager-web/src/styles/global.scss b/main/manager-web/src/styles/global.scss index 3bab9596..95a05208 100644 --- a/main/manager-web/src/styles/global.scss +++ b/main/manager-web/src/styles/global.scss @@ -14,5 +14,5 @@ select:-webkit-autofill:focus { } .el-footer { - height: 80px !important; /* 使用 !important 确保覆盖默认样式 */ + height: 35px !important; /* 使用 !important 确保覆盖默认样式 */ } \ No newline at end of file