删除了 clearfix 相关的代码

Former-commit-id: 4b9e48e57fa9a3aa679bbeb8029d3f28de61e27e [formerly 4b9e48e57fa9a3aa679bbeb8029d3f28de61e27e [formerly 4b9e48e57fa9a3aa679bbeb8029d3f28de61e27e [formerly 4b9e48e57fa9a3aa679bbeb8029d3f28de61e27e [formerly 33899ac6fd09a122ad71dbd89363e90cad5071aa [formerly 27c82ded5d78e431bb710b7bf1a699b70675289f]]]]]
Former-commit-id: 61eea194c45605f39985af151bac028d29d5855b
Former-commit-id: cd9b4b0fa53307068919a15fad8bf18dd616fd12
Former-commit-id: 84785db7c037f1590a283ed91a6a257f581619ee [formerly da6799054002c4eb3a598c6449e3bd108318bff8]
Former-commit-id: 71904e17a21b6db3bdbf8e0aaa346fb2570c16ff
Former-commit-id: 11b3e68c88f4b37ead0bf1811acf912a81da28ff
Former-commit-id: e6826aea1605f350672b21ab7f6a19ef29edd4fb
Former-commit-id: 656e5e672c0a8c037771b085c3bba1135a4f84f0
Former-commit-id: a1ecd8c27ceff6d1dcd6e79ce6687ff20bc5c5b6
This commit is contained in:
liyang
2019-03-19 21:56:00 +08:00
parent 7fb34d1a34
commit c62248fdaf
5 changed files with 9 additions and 16 deletions

View File

@@ -1,11 +1,11 @@
<template>
<el-card shadow="never" class="d2-mb">
<div slot="header" class="d2-clearfix">
<el-row type="flex" justify="end" slot="header">
<el-button type="text" size="mini">{{title}}</el-button>
<el-tooltip content="重新 mock 数据" placement="top-end">
<el-button type="primary" size="mini" @click="$emit('reload')" class="d2-fr">刷新</el-button>
</el-tooltip>
</div>
</el-row>
<el-row :gutter="10">
<el-col :span="12">
<div class="col col-l">

View File

@@ -16,6 +16,9 @@
<span class="log-message">{{log.message}}</span>
</p>
</section>
<template slot="footer">
<span>{{list.length}}条记录</span>
</template>
</d2-container>
</template>