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