Skip to content

Commit

Permalink
doc(SlideButton): update Offset annotate (#4494)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang authored Oct 20, 2024
1 parent 78c691b commit ac3c3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/Components/Button/SlideButton.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public partial class SlideButton
public Placement Placement { get; set; }

/// <summary>
/// 获得/设置 弹窗便宜量 默认 8px
/// 获得/设置 弹窗偏移量 默认 8px
/// </summary>
[Parameter]
public float Offset { get; set; } = 8;
Expand Down

0 comments on commit ac3c3ca

Please sign in to comment.