feat: 功能优化

This commit is contained in:
2026-01-18 00:34:04 +08:00
parent fe91226727
commit e0cf6092a9
18 changed files with 1826 additions and 1187 deletions

View File

@@ -42,6 +42,6 @@ import SidebarNav from '@/components/SidebarNav.vue'
.content-scroll {
flex: 1 1 auto;
overflow: auto; /* 右侧内容区域滚动 */
padding: 16px 0px 16px 16px;
padding: 16px;
}
</style>