no message

Former-commit-id: 7227c70053cd753110cfdef0d3ddf27b89cbf61d
Former-commit-id: e225f90aae2f7d4b8f9c7909b560ec97144eb3fe
Former-commit-id: 904298b5895e2f1a2cc9bf2d8467c6156107194f
This commit is contained in:
李杨
2018-03-21 21:48:34 +08:00
parent f732ae22db
commit 1b00338034
3 changed files with 0 additions and 23 deletions

View File

@@ -1,8 +0,0 @@
<template>
<Container type="card-full">
<template slot="header">
我是插入到 header 中的内容
</template>
<Markdown url="/static/md/演示文章 - 长页面.md"></Markdown>
</Container>
</template>

View File

@@ -1,7 +0,0 @@
<template>
<Container type="ghost">
<p style="margin-top: 0px;">这是一个隐形的页面容器</p>
<p>没有边界和背景颜色</p>
<p style="margin-bottom: 0px;">适合一些比较特殊的页面</p>
</Container>
</template>

View File

@@ -1,8 +0,0 @@
<template>
<Container>
<template slot="header">我是插入到 header 中的内容</template>
<p style="margin-top: 0px;">这是一个最基础的页面容器</p>
<p>它看起来像一个卡片</p>
<p style="margin-bottom: 0px;">它会将页面区域和导航区域区分开</p>
</Container>
</template>