mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 05:27:37 +08:00
parent
62c84aa84f
commit
86cd7a1184
@ -59,7 +59,6 @@ namespace AntDesign
|
||||
|
||||
config.ClassName = "ant-modal-confirm ant-modal-confirm-" + confirmOptions.ConfirmType;
|
||||
config.DestroyOnClose = true;
|
||||
config.Width = 416;
|
||||
config.Title = null;
|
||||
config.CloseIcon = null;
|
||||
config.OnClosed = Close;
|
||||
|
@ -32,7 +32,7 @@ namespace AntDesign
|
||||
|
||||
public OneOf<string, RenderFragment> Content { get; set; }
|
||||
|
||||
public OneOf<string, double> Width { get; set; } = 520;
|
||||
public OneOf<string, double> Width { get; set; } = 416;
|
||||
|
||||
public bool Centered { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user