--- category: Components type: General title: DescriptionList subtitle: 描述列表 cols: 1 --- 描述列表用来展示一系列文本信息。 ## API ### DescriptionList | 参数 | 说明 | 类型 | 默认值 | |----------|------------------------------------------|-------------|-------| | layout | 布局方式 | Enum{'horizontal', 'vertical'} | 'horizontal' | | col | 指定信息分几列展示 | number(0 < col <= 4) | 3 | | title | 列表标题 | ReactNode | - | | gutter | 列表项间距,单位为 `px` | number | 32 | ### DescriptionList.Description | 参数 | 说明 | 类型 | 默认值 | |----------|------------------------------------------|-------------|-------| | term | 列表项标题 | ReactNode | - |