```js Notification.newInstance({}, notification => { notification.notice({ content: 'content', closable: true, duration: 50, closeIcon: <div>X</div> }); }); ``` 只看到有dom 结构 看不到 closeIcon 生效