refactor: simplify table header styling in compras pages by removing unnecessary classes, enhancing code clarity and maintainability

This commit is contained in:
2025-12-18 10:56:03 -03:00
parent 94373c6b94
commit 230be4db61
2 changed files with 2 additions and 2 deletions

View File

@@ -374,7 +374,7 @@
<div class="card-body p-0">
<div class="overflow-x-auto">
<table class="table-zebra table w-full">
<thead class="from-base-300 to-base-200 sticky top-0 z-10 bg-linear-to-r shadow-md">
<thead>
<tr>
<th class="text-base-content border-base-400 border-b font-bold whitespace-nowrap"
>Número</th

View File

@@ -234,7 +234,7 @@
<div class="card-body p-0">
<div class="overflow-x-auto">
<table class="table-zebra table w-full">
<thead class="from-base-300 to-base-200 sticky top-0 z-10 bg-linear-to-r shadow-md">
<thead>
<tr>
<th class="text-base-content border-base-400 border-b font-bold whitespace-nowrap"
>Nome</th