20 lines
739 B
Markdown
20 lines
739 B
Markdown
---
|
|
title: 首页布局容器
|
|
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'` | 区域背景定位方式 |
|