fix: 调整footer行为

This commit is contained in:
2025-11-01 16:05:59 +08:00
parent d076088747
commit 3b6857637b
2 changed files with 5 additions and 7 deletions

View File

@ -34,10 +34,4 @@
.page-footer {
padding: 0px;
}
@media (max-width: 768px) {
.page-footer {
display: none;
}
}
</style>