ant-design/components/modal/index.md
2015-06-04 21:37:56 +08:00

536 B

Modal

  • category: Components
  • chinese: 对话框

api

是个方法,参数只有一个 object ,具体成员如下

成员 说明 类型 默认值
title 标题 React.Element
content 面板内容 React.Element
onOk 确定回调 function
onCancel 取消回调 function
width 宽度 String or Number