Merge pull request #2302 from xinnan-tech/CSS_update

调整底框位置
This commit is contained in:
hrz
2025-09-29 17:57:24 +08:00
committed by GitHub
+4
View File
@@ -12,3 +12,7 @@ select:-webkit-autofill:focus {
transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s;
background-color: transparent; background-color: transparent;
} }
.el-footer {
height: 35px !important; /* 使用 !important 确保覆盖默认样式 */
}