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
@@ -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 确保覆盖默认样式 */
}