布局组件,围绕着主体内容4个方向排版
- Source:
Members
(inner) props
- Source:
Properties:
Name | Type | Attributes | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fit |
boolean |
<optional> |
适配父容器 |
||||||||||
border |
boolean |
<optional> |
显示边框 |
||||||||||
split |
boolean |
<optional> |
各区块之间显示分隔 |
||||||||||
direction |
string |
<optional> |
排列方向,默认自动判断,也可以指定,可选值:'vertical', 'horizontal' |
||||||||||
north |
Object |
<optional> |
定义区块参数 Properties
|
||||||||||
south |
Object |
<optional> |
定义区块参数 Properties
|
||||||||||
west |
Object |
<optional> |
定义区块参数 Properties
|
||||||||||
east |
Object |
<optional> |
定义区块参数 Properties
|
属性参数
(inner) slots
- Source:
Properties:
Name | Type | Description |
---|---|---|
default |
string | 默认插槽,定义主体内容 |
north |
string | 定义主体内容上面区域 |
south |
string | 定义主体内容下面区域 |
west |
string | 定义主体内容左边区域 |
east |
string | 定义主体内容右边区域 |
插槽