鍍金池/ 問答/HTML5  HTML/ 有用這個(gè)組件的嗎?Notification通知提醒框

有用這個(gè)組件的嗎?Notification通知提醒框

Service.saveOrUpdateUserRoles({ queryobj }).then((data) => {

    console.log('WWWWW', data)
    if (data.success) {
      notification.success({
        message: '提示',
        description: '保存成功!',
        style: {
            width: 200,
          height: 200,
          backgroundColor: 'pink',
        },
      })
      console.log('XXXX', data)
      this.hideModelHandler()
    }
  })

這是我的代碼,為什么不顯示呢?添加class名也沒添加上?

回答
編輯回答
傻丟丟
2018年1月7日 04:37