|
|
@@ -912,6 +912,12 @@ select.disabled {
|
|
|
}
|
|
|
.left-dropdown-menu .dropdown-menu li span{
|
|
|
width: auto !important;
|
|
|
+}
|
|
|
+ .hover-table {
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+.hover-table:hover tr td {
|
|
|
+ background: #fff!important;
|
|
|
}
|
|
|
</style>
|
|
|
<div class="ng-scope">
|
|
|
@@ -1121,7 +1127,7 @@ select.disabled {
|
|
|
<th width="80px">选择</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
- <tbody ng-if="tableParams.total() == 0">
|
|
|
+ <tbody ng-if="tableParams.total() == 0" class="hover-table">
|
|
|
<tr>
|
|
|
<td colspan="7" style="border-bottom: none;">
|
|
|
<div id="empty">
|