'Asp.net中的通知位置。样板”

时间:2017-07-11 16:57:35

标签: asp.net aspnetboilerplate

是否有可能更改软通知abp.notify.warn的窗口显示位置?

我们可以在abp.notify.warn()软通知中调整显示窗口x y吗?

abp.notify.warn(app.localize('EmployeeNotFound'));

4 个答案:

答案 0 :(得分:0)

我认为您需要实施自定义CSS才能实现定位sweet-alert css类的目标。

您应该查看SweetAlert文档。每个abp popup都使用这个插件。

答案 1 :(得分:0)

通知使用toastr插件显示消息,您可以参考toastr demo here。并在abp.toastr.js文件中更改您想要的内容

答案 2 :(得分:0)

它的toastr插件。实现在abp.toastr.js中完成。 写下面的代码来配置位置。

toastr.options.positionClass = 'toast-top-right';

enter image description here

答案 3 :(得分:0)

您可以在最新版本的 ABP 中修改此文件:

abp.notify.js