This commit is contained in:
Viet An
2026-06-10 15:39:58 +07:00
parent 22c284f1ef
commit d0b12dc647
11 changed files with 305 additions and 283 deletions

View File

@@ -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>