docs(descriptions): fix markdown issue (#5458)

pull/5469/head
bqy_fe 3 years ago committed by GitHub
parent babc85bc1b
commit 4c83c64812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,8 +23,8 @@ Commonly displayed on the details page.
| contentStyle | Customize content style | CSSProperties | - | 2.2.0 | | |
| extra | The action area of the description list, placed at the top-right | string \| VNode \| slot | - | 2.0.0 | | |
| labelStyle | Customize label style | CSSProperties | - | 2.2.0 | | |
| layout | Define description layout | \`horizontal | vertical\` | `horizontal` | | |
| size | set the size of the list. Can be set to `middle`,`small`, or not filled | \`default | middle | small\` | `default` | |
| layout | Define description layout | `horizontal` \| `vertical` | `horizontal` | | |
| size | set the size of the list. Can be set to `middle`,`small`, or not filled | `default` \| `middle` \| `small` | `default` | |
| title | The title of the description list, placed at the top | string \| VNode \| slot | - | | | |
### Item props

@ -24,8 +24,8 @@ cover: https://gw.alipayobjects.com/zos/alicdn/MjtG9_FOI/Descriptions.svg
| contentStyle | 自定义内容样式 | CSSProperties | - | 2.2.0 | | |
| extra | 描述列表的操作区域,显示在右上方 | string \| VNode \| slot | - | 2.0.0 | | |
| labelStyle | 自定义标签样式 | CSSProperties | - | 2.2.0 | | |
| layout | 描述布局 | \`horizontal | vertical\` | `horizontal` | | |
| size | 设置列表的大小。可以设置为 `middle` 、`small`, 或不填(只有设置 `bordered={true}` 生效) | \`default | middle | small\` | `default` | |
| layout | 描述布局 | `horizontal` \| `vertical` | `horizontal` | | |
| size | 设置列表的大小。可以设置为 `middle` 、`small`, 或不填(只有设置 `bordered={true}` 生效) | `default` \| `middle` \| `small` | `default` | |
| title | 描述列表的标题,显示在最顶部 | string \| VNode \| slot | - | | | |
### Item props

Loading…
Cancel
Save