调整底框位置

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