an-layout
利用 flex 自适应,main 插槽撑起剩余高度
Props
Prop name | Description | Type | Values | Default |
align-items | 中心 main 区域的 align-items 属性配置 | string | - | "self-start" |
Slots
Name | Description | slotProps |
header | header 头部插槽内容 | - |
default | 默认插槽内容,中心 main 区域 | - |
footer | footer 脚部插槽内容 | - |
示例
基础用法
更多使用