描述列表组件
- Source:
Members
(inner) props
- Source:
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
title |
string |
<optional> |
标题文本,也可以用插槽定义 |
|
column |
number | Object |
<optional> |
3
|
一行的 Items 数量, 支持响应对象,如:{xxl:4,xl:3,lg:2,md:2,sm:2,xs:1} |
size |
string |
<optional> |
设置列表的大小。可以设置为 middle 、small |
|
layout |
string |
<optional> |
horizontal
|
描述布局 |
colon |
boolean |
<optional> |
是否显示冒号, border 为false是有效 |
|
labelAlign |
string |
<optional> |
left
|
标签对齐方式 |
contentAlign |
string |
<optional> |
left
|
内容对齐方式 |
属性参数
(inner) slots
- Source:
Properties:
Name | Type | Description |
---|---|---|
default |
string | 默认插槽,定义子项 |
title |
string | 标题插槽,定义标题内容 |
插槽