notification
notification copied to clipboard
closable 和 closeIcon 是不是没有用啊. 为什么我 传什么都是没有效果
Notification.newInstance({}, notification => {
notification.notice({
content: 'content',
closable: true,
duration: 50,
closeIcon: <div>X</div>
});
});
只看到有dom 结构 看不到 closeIcon 生效
感觉可能是因为 版本过低 因为我在库里面 根本搜不到 closeIcon 这个字段