File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3333 <div class =" @TabContentCssClass" >
3434 @foreach ( var t in tabs )
3535 {
36- <div class = " tab-pane @ (EnableFadeEffect ? " fade " : " " )" id = " nav- @t.Id " role =" tabpanel" aria-labelledby =" @t.Id" >
36+ <div id = " nav-@t.Id " class = " @BootstrapClass.TabPane @ (EnableFadeEffect ? BootstrapClass.Fade : " " ) @t.Class " style = " @t .Style " role =" tabpanel" aria-labelledby =" @t.Id" >
3737 @t.Content
3838 </div >
3939 }
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ public static class BootstrapClass
138138
139139 public const string Spinner = "spinner" ;
140140
141+ public const string TabPane = "tab-pane" ;
142+
141143 public const string TableResponsive = "table-responsive" ;
142144 public const string TableSticky = "bb-table-sticky" ;
143145
You can’t perform that action at this time.
0 commit comments