0
我已經在全球範圍內的HTMLAngularJS烤麪包機個人敬酒位置
<toaster-container toaster-options="{'close-button': true, 'position-class': 'toast-bottom-right'}"></toaster-container>
配置敬酒,這裏是我如何戳破這些
core.toaster.pop({
type: 'info',
title: 'some title',
timeout: 0
});
我想知道我怎麼可以單獨定位每個麪包和覆蓋全局配置來自html。默認情況下,它們位於右下方,但例如我想要一個麪包被顯示在右上方。在烤箱中添加positionClass:'toast-top-right'不起作用。