index.md 999 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
---
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  | - |