Skip to content

Commit d7e00f4

Browse files
committed
doc: 调整间隙
1 parent 81cebcf commit d7e00f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ private async Task GetFingerCodeAsync()
1515
<BootstrapInput @bind-Value="@_code" />
1616
</BootstrapInputGroup>
1717

18-
<BootstrapInputGroup>
18+
<BootstrapInputGroup class="mt-3">
1919
<BootstrapInputGroupLabel DisplayText="ClientHubId"></BootstrapInputGroupLabel>
20-
<BootstrapInput @bind-Value="@_clientId" />
20+
<BootstrapInput @bind-Value="@_clientHubId" />
2121
</BootstrapInputGroup>
2222
</DemoBlock>
2323

0 commit comments

Comments
 (0)