feat: 优化部分样式和文案

This commit is contained in:
Palm Civet
2025-08-21 23:30:33 +08:00
parent f69562516d
commit feed97154a
5 changed files with 5 additions and 6 deletions

View File

@@ -262,7 +262,7 @@ const gotoTag = (t) => {
top: var(--header-height);
width: 220px;
background-color: var(--app-menu-background-color);
height: calc(100vh - 20px - var(--header-height));
height: calc(100vh - var(--header-height));
border-right: 1px solid var(--menu-border-color);
display: flex;
flex-direction: column;
@@ -348,6 +348,7 @@ const gotoTag = (t) => {
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.menu-section {