diff --git a/src/App.vue b/src/App.vue
index 40d47299..4d9876b9 100755
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,6 +11,5 @@ export default {
diff --git a/src/pages/demo/components/container/ghost.vue b/src/pages/demo/components/container/ghost.vue
index 1a97e225..224416ff 100644
--- a/src/pages/demo/components/container/ghost.vue
+++ b/src/pages/demo/components/container/ghost.vue
@@ -1,7 +1,7 @@
- 这是一个隐形的页面容器
- 没有边界和背景颜色
- 适合一些比较特殊的页面
+
+
+
diff --git a/static/md/组件 - 页面容器 - 基础.md b/static/md/组件 - 页面容器 - 基础.md
index 56a00c27..945f021b 100644
--- a/static/md/组件 - 页面容器 - 基础.md
+++ b/static/md/组件 - 页面容器 - 基础.md
@@ -1,5 +1,7 @@
基础页面容器
+高度根据内容适应
+
```
主体内容
@@ -13,4 +15,4 @@
我是插入到 header 中的内容
主体内容
-```
+```
\ No newline at end of file
diff --git a/static/md/组件 - 页面容器 - 隐形.md b/static/md/组件 - 页面容器 - 隐形.md
new file mode 100644
index 00000000..d9a53398
--- /dev/null
+++ b/static/md/组件 - 页面容器 - 隐形.md
@@ -0,0 +1,9 @@
+隐形页面容器
+
+不显示任何背景色和边框
+
+```
+
+ 主体内容
+
+```
\ No newline at end of file