refactor: simplify table header styling in compras pages by removing unnecessary classes, enhancing code clarity and maintainability
This commit is contained in:
@@ -374,7 +374,7 @@
|
|||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
<div class="overflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<table class="table-zebra table w-full">
|
<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>
|
<tr>
|
||||||
<th class="text-base-content border-base-400 border-b font-bold whitespace-nowrap"
|
<th class="text-base-content border-base-400 border-b font-bold whitespace-nowrap"
|
||||||
>Número</th
|
>Número</th
|
||||||
|
|||||||
@@ -234,7 +234,7 @@
|
|||||||
<div class="card-body p-0">
|
<div class="card-body p-0">
|
||||||
<div class="overflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<table class="table-zebra table w-full">
|
<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>
|
<tr>
|
||||||
<th class="text-base-content border-base-400 border-b font-bold whitespace-nowrap"
|
<th class="text-base-content border-base-400 border-b font-bold whitespace-nowrap"
|
||||||
>Nome</th
|
>Nome</th
|
||||||
|
|||||||
Reference in New Issue
Block a user