Skip to content

Commit e9ebfae

Browse files
committed
style: 增加 Layout 下 Tab 全屏样式
1 parent c7af124 commit e9ebfae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@
137137
position: relative;
138138
flex: 1;
139139

140+
> .tabs:fullscreen {
141+
--bb-layout-header-height: 0px;
142+
--bb-layout-footer-height: 0px;
143+
}
144+
140145
.tabs.tabs-border-card {
141146
box-shadow: none;
142147
}

0 commit comments

Comments
 (0)