Skip to content

Commit 92e56de

Browse files
committed
refactor: 代码格式化
1 parent bed8207 commit 92e56de

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/BootstrapBlazor/Components/Layout/Layout.razor

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,10 @@
118118
@<main class="@MainClassString">
119119
@if (UseTabSet)
120120
{
121-
<Tab ClickTabToNavigation="ClickTabToNavigation"
122-
ShowExtendButtons="ShowTabExtendButtons" ShowClose="ShowTabItemClose" AllowDrag="AllowDragTab"
123-
AdditionalAssemblies="@AdditionalAssemblies" NotFoundTabText="@NotFoundTabText"
121+
<Tab ClickTabToNavigation="ClickTabToNavigation" AdditionalAssemblies="@AdditionalAssemblies"
122+
ShowExtendButtons="ShowTabExtendButtons" ShowClose="ShowTabItemClose" AllowDrag="AllowDragTab"
124123
DefaultUrl="@TabDefaultUrl" ExcludeUrls="@ExcludeUrls" IsOnlyRenderActiveTab="IsOnlyRenderActiveTab"
125-
Body="@Main" NotAuthorized="NotAuthorized!" NotFound="NotFound!">
124+
Body="@Main" NotAuthorized="NotAuthorized!" NotFound="NotFound!" NotFoundTabText="@NotFoundTabText">
126125
</Tab>
127126
}
128127
else

0 commit comments

Comments
 (0)