style: remove class overflow

main-dlh
Yuri Dimas 2025-11-19 12:02:53 +07:00
parent b0d6a1451f
commit d09e50b798
No known key found for this signature in database
GPG Key ID: 9FD7E44BC294C68C
3 changed files with 46 additions and 55 deletions

View File

@ -1,22 +1,19 @@
<div class="card bg-base-100 rounded-none border border-base-300">
<div class="card-body p-0">
<!-- Table -->
<div class="overflow-x-auto">
<table class="table-zebra table w-full text-sm" id="tableChecklistBelumVerifikasi">
<thead>
<tr>
<th class="w-[5%]">No</th>
<th class="w-[15%]">Tanggal</th>
<th class="w-[15%]">Mudah Terurai</th>
<th class="w-[15%]">Material Daur Ulang</th>
<th class="w-[10%]">B3</th>
<th class="w-[10%]">Residu</th>
<th class="w-[15%]">Status</th>
<th class="w-[15%] text-center">Aksi</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<table class="table-zebra table w-full text-sm" id="tableChecklistBelumVerifikasi">
<thead>
<tr>
<th class="w-[5%]">No</th>
<th class="w-[15%]">Tanggal</th>
<th class="w-[15%]">Mudah Terurai</th>
<th class="w-[15%]">Material Daur Ulang</th>
<th class="w-[10%]">B3</th>
<th class="w-[10%]">Residu</th>
<th class="w-[15%]">Status</th>
<th class="w-[15%] text-center">Aksi</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>

View File

@ -1,23 +1,20 @@
<div class="card bg-base-100 rounded-none border border-base-300">
<div class="card-body p-0">
<!-- Table -->
<div class="overflow-x-auto">
<table class="table-zebra table w-full text-sm" id="tableChecklistSemua">
<thead>
<tr>
<th class="w-[5%]">No</th>
<th class="w-[15%]">Tanggal</th>
<th class="w-[15%]">Mudah Terurai</th>
<th class="w-[15%]">Material Daur Ulang</th>
<th class="w-[10%]">B3</th>
<th class="w-[10%]">Residu</th>
<th class="w-[15%]">Status</th>
<th class="w-[15%] text-center">Aksi</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<table class="table-zebra table w-full text-sm" id="tableChecklistSemua">
<thead>
<tr>
<th class="w-[5%]">No</th>
<th class="w-[15%]">Tanggal</th>
<th class="w-[15%]">Mudah Terurai</th>
<th class="w-[15%]">Material Daur Ulang</th>
<th class="w-[10%]">B3</th>
<th class="w-[10%]">Residu</th>
<th class="w-[15%]">Status</th>
<th class="w-[15%] text-center">Aksi</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>

View File

@ -1,22 +1,19 @@
<div class="card bg-base-100 rounded-none border border-base-300">
<div class="card-body p-0">
<!-- Table -->
<div class="overflow-x-auto">
<table class="table-zebra table w-full text-sm" id="tableChecklistSudahVerifikasi">
<thead>
<tr>
<th class="w-[5%]">No</th>
<th class="w-[15%]">Tanggal</th>
<th class="w-[15%]">Mudah Terurai</th>
<th class="w-[15%]">Material Daur Ulang</th>
<th class="w-[10%]">B3</th>
<th class="w-[10%]">Residu</th>
<th class="w-[15%]">Status</th>
<th class="w-[15%] text-center">Aksi</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<table class="table-zebra table w-full text-sm" id="tableChecklistSudahVerifikasi">
<thead>
<tr>
<th class="w-[5%]">No</th>
<th class="w-[15%]">Tanggal</th>
<th class="w-[15%]">Mudah Terurai</th>
<th class="w-[15%]">Material Daur Ulang</th>
<th class="w-[10%]">B3</th>
<th class="w-[10%]">Residu</th>
<th class="w-[15%]">Status</th>
<th class="w-[15%] text-center">Aksi</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>