Skip to content

Commit d3e2e1f

Browse files
committed
style: 更新侧边栏菜单高度样式
1 parent 1be99a4 commit d3e2e1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BootstrapBlazor/Components/Layout/Layout.razor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@
279279
top: 0;
280280
height: var(--bb-layout-height);
281281
}
282+
283+
.layout-menu {
284+
height: calc(var(--bb-layout-height) - var(--bb-layout-header-height));
285+
}
282286
}
283287
}
284288

0 commit comments

Comments
 (0)