diff --git a/src/BootstrapBlazor.Shared/Pages/Samples/EditDialogs.razor b/src/BootstrapBlazor.Shared/Pages/Samples/EditDialogs.razor index b50651db8..81ffadab8 100644 --- a/src/BootstrapBlazor.Shared/Pages/Samples/EditDialogs.razor +++ b/src/BootstrapBlazor.Shared/Pages/Samples/EditDialogs.razor @@ -7,13 +7,17 @@

EditDialog 组件是 Dialog 组件的扩展,适用于数据弹出窗编辑。

-

通过调用注入服务 DialogServiceShowEditDialog 方法直接弹出编辑对话框,大大减少代码量。EditDialogOption 配置类继承 DialogOption,更多参数设置请点击 [传送门]

+

通过调用注入服务 DialogServiceShowEditDialog 方法直接弹出编辑对话框,大大减少代码量。EditDialogOption 配置类继承 DialogOption,更多参数设置请点击 [传送门]

-