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] =?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