Skip to content

Commit 8913083

Browse files
committed
doc: 代码格式化
1 parent a7617a2 commit 8913083

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/BootstrapBlazor.Server/Components/Samples/Dialogs.razor

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ private async Task OnClick()
4141
<DemoBlock Title="@Localizer["KeyboardTitle"]" Introduction="@Localizer["KeyboardIntro"]" Name="Keyboard">
4242
<section ignore>@((MarkupString)Localizer["KeyboardTip"].Value)</section>
4343
<Button OnClick="@KeyboardOnClick">@Localizer["KeyboardOpenDialogButton"]</Button>
44-
<Button OnClick="@OnClickKeyboard" Text="@($"Keyboard: {IsKeyboard}")" class="ms-3" />
44+
<Button OnClick="@OnClickKeyboard" Text="@($"Keyboard: {IsKeyboard}")" class="ms-3"></Button>
4545
</DemoBlock>
4646

4747
<DemoBlock Title="@Localizer["ResizeTitle"]" Introduction="@Localizer["ResizeIntro"]" Name="Resize">
4848
<Button OnClick="@OnResizeDialogClick" Text="Resize"></Button>
4949
</DemoBlock>
5050

5151
<DemoBlock Title="@Localizer["CustomerHeaderTitle"]" Introduction="@Localizer["CustomerHeaderIntro"]" Name="CustomerHeader">
52-
<Button OnClick="@OnCustomerHeaderClick" Text="@Localizer["CustomerHeaderOpenDialogButton"]" />
52+
<Button OnClick="@OnCustomerHeaderClick" Text="@Localizer["CustomerHeaderOpenDialogButton"]"></Button>
5353
</DemoBlock>
5454

5555
<DemoBlock Title="@Localizer["HeaderToolbarTemplateTitle"]" Introduction="@Localizer["HeaderToolbarTemplateIntro"]" Name="HeaderToolbarTemplate">
56-
<Button OnClick="@OnCustomerHeaderToolbarClick" Text="@Localizer["HeaderToolbarTemplateButtonText"]" />
56+
<Button OnClick="@OnCustomerHeaderToolbarClick" Text="@Localizer["HeaderToolbarTemplateButtonText"]"></Button>
5757
</DemoBlock>
5858

5959
<DemoBlock Title="@Localizer["ComponentTitle"]" Introduction="@Localizer["ComponentIntro"]" Name="Component">
@@ -183,7 +183,7 @@ private async Task OnClick()
183183
</DemoBlock>
184184

185185
<DemoBlock Title="@Localizer["ErrorLoggerTitle"]" Introduction="@Localizer["ErrorLoggerIntro"]" Name="ErrorLogger">
186-
<Button OnClick="@OnErrorDialog" Text="@Localizer["ErrorLoggerButton"]" Icon="fa-solid fa-bug" />
186+
<Button OnClick="@OnErrorDialog" Text="@Localizer["ErrorLoggerButton"]" Icon="fa-solid fa-bug"></Button>
187187
</DemoBlock>
188188

189189
<DemoBlock Title="@Localizer["EmailTitle"]" Introduction="@Localizer["EmailIntro"]" Name="Email">
@@ -202,7 +202,7 @@ private async Task OnClick()
202202
</section>
203203
<div class="input-group">
204204
<BootstrapInput PlaceHolder="@Localizer["EmailInput"]" Value="@EmailInputValue" />
205-
<Button Icon="fa-regular fa-address-card" OnClick="@OnEmailButtonClick" />
205+
<Button Icon="fa-regular fa-address-card" OnClick="@OnEmailButtonClick"></Button>
206206
</div>
207207
</DemoBlock>
208208

0 commit comments

Comments
 (0)