## 基础页面容器
高度根据内容适应
```
<Container>
主体内容
</Container>
使用 `slot`
<template slot="header">我是插入到 header 中的内容</template>