Skip to content

Commit 34dc8f8

Browse files
committed
refactor: 增加 popover-region 自定义样式
1 parent 13954b3 commit 34dc8f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Components/DateTimePicker/PopoverDropdownBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public abstract class PopoverDropdownBase<TValue> : ValidateBase<TValue>
3939
/// 获得 CustomClass 字符串
4040
/// </summary>
4141
protected virtual string? CustomClassString => CssBuilder.Default(CustomClass)
42+
.AddClass("popover-region")
4243
.AddClass("shadow", ShowShadow)
4344
.Build();
4445
}

0 commit comments

Comments
 (0)