notification icon indicating copy to clipboard operation
notification copied to clipboard

closable 和 closeIcon 是不是没有用啊. 为什么我 传什么都是没有效果

Open LukerSpringtree opened this issue 5 years ago • 1 comments


  Notification.newInstance({}, notification => {
      notification.notice({
        content: 'content',
        closable: true,
        duration: 50,
        closeIcon: <div>X</div>
      });
    });

只看到有dom 结构 看不到 closeIcon 生效

LukerSpringtree avatar Mar 06 '20 01:03 LukerSpringtree

感觉可能是因为 版本过低 因为我在库里面 根本搜不到 closeIcon 这个字段

LukerSpringtree avatar Mar 06 '20 01:03 LukerSpringtree