烤面包机警告消息框无法正确显示

时间:2020-05-22 09:22:10

标签: css angular toast

我在我的Angular项目中使用了烤面包机通知服务,但是仅遇到了与css相关的toaster.warning方法所面对的问题,实际上它看起来并不好,但是烤面包机能够成功并进行错误通知。 这是橙色的警告烤面包机的样子,

enter image description here

以及我用来显示此消息的代码:

this.toastr.warning("No Headcount data found for clarityIds", "Headcount", {
  timeOut: 6000,
  closeButton: true
});

0 个答案:

没有答案