You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

740 B

Confirm

  • category: Components
  • chinese: 确认对话框

何时使用

当需要用户确认时使用

api

为一个方法,参数为 object,具体属性如下

参数 说明 类型 默认值
title 标题 React.Element String
onOk 点击确定回调,参数为关闭函数 function
onCancel 取消回调,参数为关闭函数 function
width 宽度 String or Number 375
iconClassName 图标央样式名 String anticon-exclamation-circle