diff --git a/main/manager-web/src/styles/global.scss b/main/manager-web/src/styles/global.scss index b83180f2..95a05208 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: 35px !important; /* 使用 !important 确保覆盖默认样式 */ } \ No newline at end of file