This commit is contained in:
梁灏 2017-09-20 15:20:03 +08:00
parent c5beedf87e
commit 58cd467591
2 changed files with 7 additions and 1 deletions

View file

@ -195,7 +195,7 @@
</div> </div>
<div class="layout-content"> <div class="layout-content">
<div class="layout-content-main"> <div class="layout-content-main">
<Table :columns="columns1" :data="data1"></Table> <Table stripe :columns="columns1" :data="data1"></Table>
</div> </div>
</div> </div>
<div class="layout-copy"> <div class="layout-copy">

View file

@ -187,6 +187,12 @@
background-color: @table-td-stripe-bg; background-color: @table-td-stripe-bg;
} }
} }
// #1380
tr.@{table-prefix-cls}-row-hover{
td{
background-color: @table-td-hover-bg;
}
}
} }
tr&-row-hover{ tr&-row-hover{