fixed #1380
This commit is contained in:
parent
c5beedf87e
commit
58cd467591
2 changed files with 7 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
</div>
|
||||
<div class="layout-content">
|
||||
<div class="layout-content-main">
|
||||
<Table :columns="columns1" :data="data1"></Table>
|
||||
<Table stripe :columns="columns1" :data="data1"></Table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layout-copy">
|
||||
|
|
|
@ -187,6 +187,12 @@
|
|||
background-color: @table-td-stripe-bg;
|
||||
}
|
||||
}
|
||||
// #1380
|
||||
tr.@{table-prefix-cls}-row-hover{
|
||||
td{
|
||||
background-color: @table-td-hover-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tr&-row-hover{
|
||||
|
|
Loading…
Add table
Reference in a new issue