From 8ea9dbd630df2f7f08561fe30db3422dbabdbc9c Mon Sep 17 00:00:00 2001 From: John Snow Date: Wed, 31 Jul 2024 18:03:36 +0800 Subject: [PATCH] docs: Update README.md (#854) Fixed the markdown formatting issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0672874ca..c5a332192 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ render(, mountNode); ### RangePicker | Property | Type | Default | Description | -| --- | --- | --- | --- | --- | +| --- | --- | --- | --- | | prefixCls | String | rc-picker | prefixCls of this component | | className | String | '' | additional css class of root dom | | style | React.CSSProperties | | additional style of root dom node |