From 93a8db1b7f3473e5387f38a6a2ef6ca12494360c Mon Sep 17 00:00:00 2001 From: yiminghe Date: Thu, 4 Jun 2015 21:22:34 +0800 Subject: [PATCH] update modal --- components/modal/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modal/index.md b/components/modal/index.md index 2039b14fcc..03513396dc 100644 --- a/components/modal/index.md +++ b/components/modal/index.md @@ -15,5 +15,5 @@ | content | 面板内容 | React.Element | 无 | | onOk | 确定回调 | function | 无 | | onCancel | 取消回调 | function | 无 | -| width | 宽度 | String|Number | 无 | +| width | 宽度 | String or Number | 无 | -- GitLab