Skip to content

Commit 4c83c64

Browse files
authored
docs(descriptions): fix markdown issue (#5458)
1 parent babc85b commit 4c83c64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/descriptions/index.en-US.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Commonly displayed on the details page.
2323
| contentStyle | Customize content style | CSSProperties | - | 2.2.0 | | |
2424
| extra | The action area of the description list, placed at the top-right | string \| VNode \| slot | - | 2.0.0 | | |
2525
| labelStyle | Customize label style | CSSProperties | - | 2.2.0 | | |
26-
| layout | Define description layout | \`horizontal | vertical\` | `horizontal` | | |
27-
| size | set the size of the list. Can be set to `middle`,`small`, or not filled | \`default | middle | small\` | `default` | |
26+
| layout | Define description layout | `horizontal` \| `vertical` | `horizontal` | | |
27+
| size | set the size of the list. Can be set to `middle`,`small`, or not filled | `default` \| `middle` \| `small` | `default` | |
2828
| title | The title of the description list, placed at the top | string \| VNode \| slot | - | | | |
2929

3030
### Item props

components/descriptions/index.zh-CN.md

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

3131
### Item props

0 commit comments

Comments
 (0)