From c05f6e65875eab6b644a6426bf07b631c8edbecc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com>
Date: Wed, 21 Mar 2018 20:37:18 +0800
Subject: [PATCH] no message
Former-commit-id: 5780d44ef810039a95e544cef9b2e4cd583cabac
Former-commit-id: 1835ab3f08ff49c7f9f71b897d1b3f0c305efb14
Former-commit-id: 4c5d58f77c77c98504f625d37f983822e8a7bafe
---
src/App.vue | 1 -
src/pages/demo/components/container/ghost.vue | 6 +++---
static/md/组件 - 页面容器 - 基础.md | 4 +++-
static/md/组件 - 页面容器 - 隐形.md | 9 +++++++++
4 files changed, 15 insertions(+), 5 deletions(-)
create mode 100644 static/md/组件 - 页面容器 - 隐形.md
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