Table columns add className

Table columns add className
This commit is contained in:
梁灏 2017-01-10 16:33:44 +08:00
parent 1b7aefeab2
commit f9f1865ca5
6 changed files with 72 additions and 393 deletions

View file

@ -4,10 +4,13 @@
}
</style>
<template>
<row>
<i-col span="0">123</i-col>
<i-col span="24">24</i-col>
</row>
<Tabs active-key="key1">
<Tab-pane label="标签一" key="key1">
<Date-picker type="date" placeholder="选择日期" style="width: 200px"></Date-picker>
</Tab-pane>
<Tab-pane label="标签二" key="key2">标签二的内容</Tab-pane>
<Tab-pane label="标签三" key="key3">标签三的内容</Tab-pane>
</Tabs>
</template>
<script>
export default {