fixed #430
This commit is contained in:
梁灏 2017-03-17 14:56:48 +08:00
parent d8892603f7
commit 5ee64b6de5
3 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,11 @@
<template>
<i-table border :content="self" :columns="columns7" :data="data6"></i-table>
<div>
<Row>
<i-col span="12">
<i-table border :content="self" :columns="columns7" :data="data6" :context="self"></i-table>
</i-col>
</Row>
</div>
</template>
<script>
export default {