botones y color en estado
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user