feat(platform): separate customer and ops navigation

This commit is contained in:
lingniu
2026-07-05 03:19:47 +08:00
parent 8b38b1411d
commit 46d2421511
3 changed files with 28 additions and 4 deletions

View File

@@ -88,6 +88,20 @@ body {
gap: 2px;
}
.vp-nav-section-title-main {
min-width: 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 6px;
}
.vp-nav-section-title-main > span:first-child {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vp-nav-section-title small {
color: var(--vp-text-muted);
font-size: 10px;