Skip to content

Commit 3ef7af2

Browse files
committed
doc: 代码格式化
1 parent 31ee7c1 commit 3ef7af2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/BootstrapBlazor/Components/Dropdown/Dropdown.razor

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<BootstrapLabel for="@Id" ShowLabelTooltip="ShowLabelTooltip" Value="@DisplayText"></BootstrapLabel>
99
}
1010
<div @attributes="@AdditionalAttributes" id="@Id" class="@DirectionClassName">
11-
<DynamicElement TagName="button" type="button" class="@ButtonClassName" data-bs-toggle="@DropdownToggle" disabled="@Disabled"
11+
<DynamicElement TagName="button" type="button" class="@ButtonClassName" data-bs-toggle="@DropdownToggle"
12+
disabled="@Disabled"
1213
TriggerClick="ShowSplit" OnClick="OnClickButton" PreventDefault="false" StopPropagation="false">
1314
@if (ButtonTemplate == null)
1415
{
@@ -56,7 +57,7 @@
5657
}
5758
else
5859
{
59-
@ItemsTemplate
60-
}
60+
@ItemsTemplate
61+
}
6162
</div>
6263
</div>

0 commit comments

Comments
 (0)