调整底框位置

This commit is contained in:
LiJinHui
2025-09-29 15:18:46 +08:00
parent f2ed645f9c
commit 7a62462c1b
+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: 80px !important; /* 使用 !important 确保覆盖默认样式 */
}