fix desain
This commit is contained in:
parent
f09d6b8c9c
commit
0d87a843c2
@ -23,10 +23,10 @@
|
|||||||
<!-- Tabel Pelanggan -->
|
<!-- Tabel Pelanggan -->
|
||||||
<div class="bg-white rounded-lg shadow-sm">
|
<div class="bg-white rounded-lg shadow-sm">
|
||||||
<div class="p-4 overflow-x-auto">
|
<div class="p-4 overflow-x-auto">
|
||||||
<table class="w-full table-fixed text-left border border-gray-300 border-collapse">
|
<table class="w-full text-left border-collapse border border-gray-300">
|
||||||
<thead class="bg-gray-100">
|
<thead class="bg-gray-100">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="p-2 border border-gray-300 w-[50px] text-center">Nomor</th>
|
<th class="p-2 border border-gray-300 text-center w-16">Nomor</th>
|
||||||
<th class="p-2 border border-gray-300 text-center">Nama</th>
|
<th class="p-2 border border-gray-300 text-center">Nama</th>
|
||||||
<th class="p-2 border border-gray-300 text-center">Email</th>
|
<th class="p-2 border border-gray-300 text-center">Email</th>
|
||||||
<th class="p-2 border border-gray-300 text-center">No. Telepon</th>
|
<th class="p-2 border border-gray-300 text-center">No. Telepon</th>
|
||||||
@ -55,13 +55,13 @@
|
|||||||
</tr>
|
</tr>
|
||||||
@empty
|
@empty
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5" class="p-2 text-center text-gray-500 border border-gray-300">Belum ada
|
<td colspan="5" class="p-2 text-center text-gray-500 border border-gray-300">
|
||||||
pelanggan</td>
|
Belum ada pelanggan
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endforelse
|
@endforelse
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<th class="p-2 border border-gray-300 w-[50px] text-center">Nomor</th>
|
<th class="p-2 border border-gray-300 w-[50px] text-center">Nomor</th>
|
||||||
<th class="p-2 border border-gray-300 w-[150px] text-center">Nama</th>
|
<th class="p-2 border border-gray-300 w-[150px] text-center">Nama</th>
|
||||||
<th class="p-2 border border-gray-300 w-[120px] text-center">Kota</th>
|
<th class="p-2 border border-gray-300 w-[120px] text-center">Kota</th>
|
||||||
<th class="p-2 border border-gray-300 w-[120px] text-center">Rating</th>
|
<th class="p-2 border border-gray-300 w-[120px] text-center">Penilaian</th>
|
||||||
<th class="p-2 border border-gray-300 w-[350px] text-center">Pesan</th>
|
<th class="p-2 border border-gray-300 w-[350px] text-center">Pesan</th>
|
||||||
<th class="p-2 border border-gray-300 w-[120px] text-center">Aksi</th>
|
<th class="p-2 border border-gray-300 w-[120px] text-center">Aksi</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user