This commit is contained in:
2026-02-11 00:39:16 +08:00
parent 7acc5bce8b
commit fe4b004e0c
7 changed files with 45 additions and 131 deletions

View File

@@ -133,15 +133,20 @@ const navigateTo = (type) => {
/* 导航头部 */
.task-layout__nav-header {
padding: var(--space-3) var(--space-2);
height: 64px;
display: flex;
align-items: center;
padding: 0 24px;
border-bottom: 1px solid var(--color-border);
flex-shrink: 0;
}
.task-layout__nav-title {
margin: 0;
font-size: 16px;
font-size: 18px;
font-weight: 600;
color: var(--color-text);
line-height: 1.4;
}
/* 导航列表 */