2024-08-19 01:33:36 +08:00

21 lines
758 B
Markdown

---
title: 首页布局容器
author: pengzhanbo
icon: tabler:container
createTime: 2024/08/18 23:49:40
permalink: /guide/components/home-box/
---
## 首页布局容器
自定义首页时,使用 `<HomeBox>` 提供给 区域 的 包装容器。
## Props
| 名称 | 类型 | 默认值 | 说明 |
| --------------------- | ------------------ | --------- | ---------------- |
| type | string | `''` | 区域类型 |
| full | boolean | `false` | 是否全屏 |
| background-image | string | `''` | 区域背景图片 |
| background-attachment | `'fixed'\|'local'` | `'local'` | 区域背景定位方式 |