no message

Former-commit-id: 2f0e89f79c810259b35a41ccc7154b3175f720ff
Former-commit-id: a4cd4ece7a84af6ac9f8119c7477a8ff791c8c19
Former-commit-id: 1fc16ba9b768d02046972a7da5c4ff3b4ae74a43
This commit is contained in:
李杨
2018-04-05 09:25:30 +08:00
parent 3a2fff8745
commit 739cbdbd77
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<template>
<Container type="card-full">
<template slot="header">
多环境发布 测试
</template>
<el-row>
<el-col :span="8">8</el-col>
<el-col :span="8">8</el-col>
<el-col :span="8">8</el-col>
</el-row>
</Container>
</template>