no message

Former-commit-id: afef3af60139bd559aa150052fc3a72ec2f384a4
Former-commit-id: e2b324d8476ca2a52c625f2aee16972708a43bec
Former-commit-id: ab3a3d9097c684c0fb1b54b1a5f228157b2f81ff
This commit is contained in:
liyang
2018-06-10 08:39:06 +08:00
parent 75d5500f22
commit 8cc55e1bf7
54 changed files with 121 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Container type="full">
<d2-container type="full">
<template slot="header">
我是插入到 header 中的内容
</template>
@@ -7,5 +7,5 @@
<template slot="footer">
我是插入到 footer 中的内容
</template>
</Container>
</d2-container>
</template>

View File

@@ -1,7 +1,7 @@
<template>
<Container type="ghost">
<d2-container type="ghost">
<el-card style="width: 50%;">
<Markdown url="/static/md/组件 - 页面容器 - 隐形.md"></Markdown>
</el-card>
</Container>
</d2-container>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<Container>
<d2-container>
<template slot="header">我是插入到 header 中的内容</template>
<Markdown url="/static/md/组件 - 页面容器 - 基础.md"></Markdown>
</Container>
</d2-container>
</template>