样式修改

This commit is contained in:
2025-11-27 17:31:42 +08:00
parent 50a4a98821
commit cb074ac08b
6 changed files with 34 additions and 20 deletions

View File

@@ -153,9 +153,9 @@ function toggleDropdown() {
}
.sidebar-header {
padding: 24px 24px 1px;
padding: 24px 24px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
height: 100px;
height: 80px;
}
.logo-container {
@@ -216,7 +216,7 @@ function toggleDropdown() {
}
.sidebar-footer {
height: 50px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;