fix ivu-table-fixed bug

This commit is contained in:
huanghong 2018-03-21 15:24:31 +08:00
parent 8744e122ee
commit 95e1720ce3
4 changed files with 15 additions and 3 deletions

View file

@ -11,6 +11,12 @@
<div style='margin:20px 0px'>
<Table :height='200' border :columns="columns2" :data="data3"></Table>
</div>
<div style='margin:20px 0px'>
<Table :width='500' border :columns="columns2" :data="data3"></Table>
</div>
<div style='margin:20px 0px'>
<Table :width='500' :height='200' border :columns="columns2" :data="data3"></Table>
</div>
<div style='margin:20px 0px;'>
<Table :data="tableData1" :columns="tableColumns1" :height='500' stripe size='small'></Table>
<div style="margin: 10px;overflow: hidden">