feat: web优化

This commit is contained in:
tbphp
2025-07-04 18:26:48 +08:00
parent b93cee6a6f
commit f2e22a08fa
8 changed files with 181 additions and 123 deletions

View File

@@ -123,8 +123,9 @@ import NavBar from "@/components/NavBar.vue";
.content-wrapper {
max-width: 1400px;
margin: 0 auto;
padding: 24px;
min-height: calc(100vh - 64px);
padding: 24px 12px;
height: calc(100vh - 64px);
overflow: auto;
}
/* 响应式设计 */