feat: 公共底栏

This commit is contained in:
tbphp
2025-07-13 05:21:14 +08:00
parent 89e6ff480e
commit 28c718ab10
6 changed files with 568 additions and 20 deletions

View File

@@ -103,7 +103,7 @@ function handleGroupDelete(deletedGroup: Group) {
.sidebar {
width: 240px;
flex-shrink: 0;
height: calc(100vh - 106px);
height: calc(100vh - 159px);
}
.main-content {