eo-page-view
<eo-page-view>
页面视图
Examples
Basic
With Main View
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
narrow | 设置窄布局模式(居中)。
| NarrowViewSize | "full" | |
showFooter | 是否显示底栏(通常放置按钮) | boolean | ||
fixedFooter | 底栏始终固定在底部。 未设置时 footer 默认为 sticky,即:屏幕高度足够时,底栏跟随内容区上移而不是始终固定。 | boolean |
Slots
Name | Description |
---|---|
(default) | 内容区 |
header | 顶栏 |
sidebar | 侧边栏 |
subSidebar | 子侧边栏 |
footer | 底栏(通常放置按钮) |
Type references
NarrowViewSize
"small" | "medium" | "large" | "full"