changes
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<tr v-else>
|
||||
<td
|
||||
:colspan="displayFields.length"
|
||||
class="fs-14 has-text-centered has-text-grey py-4"
|
||||
class="emptyData fs-14 has-text-centered has-text-grey py-4"
|
||||
>
|
||||
Không tìm thấy kết quả
|
||||
</td>
|
||||
@@ -685,4 +685,7 @@ setTimeout(() => updateShow(), 200);
|
||||
.header:hover a {
|
||||
opacity: 0.75;
|
||||
}
|
||||
.table tbody tr:hover .emptyData {
|
||||
background-color: var(--bulma-table-cell-background-color);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user