Skip to content

Commit ee9565e

Browse files
committed
refactor: 表单内 Label 提示框增加样式 form-label-tooltip
1 parent 0bab5a6 commit ee9565e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Label/BootstrapLabel.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if (_showTooltip)
55
{
6-
<Tooltip Title="@Value">
6+
<Tooltip Title="@Value" class="form-label-tooltip">
77
@RenderLabel
88
</Tooltip>
99
}

0 commit comments

Comments
 (0)