botones y color en estado

This commit is contained in:
Felipe
2023-10-25 15:50:18 -05:00
parent f7386e21a1
commit 98ee3c0696
4 changed files with 147 additions and 196 deletions
@@ -1,9 +1,9 @@
<div class="overflow-y-auto max-h-full overflow-x-auto w-full mx-auto text-sm">
<table wire:loading.class="opacity-50 cursor-wait" class="w-full text-center mt-4 border-separate border-spacing-y-2">
<thead class="font-normal bg-[#000029] text-white h-9">
<table wire:loading.class="opacity-50 cursor-wait" class="w-full text-center mt-4">
<thead class="font-normal h-12 [&>tr>th]:border [&>tr>th]:border-slate-300 [&>tr>th]:pl-2 [&>tr>th]:w-1/8 bg-white py-2">
{{ $thead }}
</thead>
<tbody class="text-gray-500 select-none">
<tbody class="text-gray-500 select-none [&>tr>td]:border [&>tr>td]:border-slate-300 [&>tr>td]:p-2">
{{ $tbody }}
</tbody>
</table>