feat(platform): reorganize customer navigation

This commit is contained in:
lingniu
2026-07-05 02:44:34 +08:00
parent 7ec2bcf3f9
commit 21828c7b05
3 changed files with 30 additions and 12 deletions

View File

@@ -84,6 +84,15 @@ body {
font-size: 12px;
font-weight: 600;
line-height: 18px;
display: grid;
gap: 2px;
}
.vp-nav-section-title small {
color: var(--vp-text-muted);
font-size: 10px;
font-weight: 500;
line-height: 14px;
}
.vp-main {