no message

Former-commit-id: 43cda8a56782ad34aa47f18af671392015c96a97
Former-commit-id: a4f093cad7533863e8162398e231eb98c9f8c697
Former-commit-id: f574f1a366d1557c37f8b3a8cb1ba714dee6cff1
Former-commit-id: 5f5b5f3c4617aa115bcb2d738bfc76aeff787853
This commit is contained in:
liyang
2018-06-12 09:26:32 +08:00
parent 3d91df2f68
commit e317202e85
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
<template>
<d2-container type="full">
<template slot="header">
用户中心
</template>
<template slot="header">用户中心</template>
doing...
</d2-container>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<d2-container>
<template slot="header">基本示例</template>
<template slot="header">区域划分</template>
<div style="height: 400px; margin: -16px;">
<SplitPane :min-percent='20' :default-percent='30' split="vertical">
<template slot="paneL"><div style="margin: 10px;"></div></template>