2017-07-11 41 views

回答

0

我认为你需要实现自定义CSS来实现你的目标,目标是sweet-alert css类。

你应该看看SweetAlert文档。每个abp弹出窗口都使用这个插件。

0

该通知使用toastr插件来显示消息,可以参考toastr demo here。并改变你想在abp.toastr.js文件中的东西

0

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

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

enter image description here