收紧非总览页 dashboard 头部
这个提交包含在:
@@ -1244,7 +1244,14 @@ function renderWorkspace() {
|
||||
workspace.innerHTML = html;
|
||||
}
|
||||
|
||||
function syncRouteChrome() {
|
||||
const compactHero = state.routeSection !== "overview";
|
||||
document.body.dataset.routeSection = state.routeSection;
|
||||
document.body.classList.toggle("hero-compact", compactHero);
|
||||
}
|
||||
|
||||
function renderAll() {
|
||||
syncRouteChrome();
|
||||
renderMetrics();
|
||||
renderSectionNav();
|
||||
renderTopMenus();
|
||||
|
||||
在新工单中引用
屏蔽一个用户