跳到主要内容

eo-page-view

<eo-page-view>

页面视图

Examples

Basic

Playground

With Main View

Playground

Properties

NameDescriptionTypeDefaultRequired
narrow

设置窄布局模式(居中)。

  • "full": 全尺寸(非窄布局居中)
  • "small": 小尺寸窄布局
  • "medium": 中等尺寸窄布局
  • "large": 大尺寸窄布局
NarrowViewSize "full"
showFooter

是否显示底栏(通常放置按钮)

boolean
fixedFooter

底栏始终固定在底部。 未设置时 footer 默认为 sticky,即:屏幕高度足够时,底栏跟随内容区上移而不是始终固定。

boolean

Slots

NameDescription
(default)

内容区

header

顶栏

sidebar

侧边栏

subSidebar

子侧边栏

footer

底栏(通常放置按钮)

Type references

NarrowViewSize

"small" | "medium" | "large" | "full"