This commit is contained in:
2025-12-04 17:20:42 +07:00
parent 3f57e61be2
commit 75a641ab40
8 changed files with 160 additions and 159 deletions

View File

@@ -1,27 +1,26 @@
<div class="w-[100%]">
<div class="m-[15px] p-[15px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)]">
<h1 class="text-[24px] font-[700] mb-3">Khách hàng góp ý</h1>
<div class="flex items-center justify-between">
<div class="w-full">
<div class="p-3 rounded-sm bg-white shadow">
<h1 class="text-2xl font-bold mb-3">Khách hàng góp ý</h1>
<div class="flex items-center justify-between mt-5">
<p>Tổng hợp các liên hệ của khách hàng từ form liên hệ trên trang <a href="/lien-he"
class="text-[#0041E8] underline">liên hệ</a> của website</p>
<select
class="h-[30px] rounded-[4px] select select-bordered min-h-[30px] shadow-[0px_2px_4px_0px_#0000001F]">
class="text-primary underline">liên hệ</a> của website</p>
<select class="rounded-sm select select-bordered shadow w-48">
<option value="">Lọc xem ý kiến</option>
</select>
</div>
<div class="overflow-x-auto sm:whitespace-nowrap">
<table class="table mt-[15px]">
<thead class="bg-[#F6F6F6] text-[#000] text-[14px]">
<tr>
<th class="w-[50px]">STT</th>
<div class="overflow-x-auto sm:whitespace-nowrap mt-5 border-base-200 shadow rounded-sm">
<table class="table">
<thead>
<tr class="bg-base-200 text-black font-bold">
<th>STT</th>
<th>Khách hàng</th>
<th>Nội dung</th>
<th class="w-[80px]">Lựa chọn</th>
<th class="w-3 text-center mx-auto">Lựa chọn</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>3</td>
<td>
<p>huyth.c2hoangdieu.haugiang@gmail.com</p>
<p>Trịnh Hoàng Huy</p>
@@ -32,15 +31,14 @@
<p>cửa hàng nên có thêm các dòng SSD Samsung 960 PRO và Samsung 960 EVO để có thêm nhiều lựa
chọn</p>
</td>
<td>
<a href=""
class="w-[32px] m-[auto] h-[32px] rounded-[4px] text-center leading-[30px] flex items-center justify-center">
<i class="icons icon-delete"></i>
<td class="text-end">
<a href="" class="btn btn-soft btn-xs btn-square btn-error">
<i class="iconify lucide--trash-2"></i>
</a>
</td>
</tr>
<tr>
<td>1</td>
<td>3</td>
<td>
<p>huyth.c2hoangdieu.haugiang@gmail.com</p>
<p>Trịnh Hoàng Huy</p>
@@ -51,15 +49,14 @@
<p>cửa hàng nên có thêm các dòng SSD Samsung 960 PRO và Samsung 960 EVO để có thêm nhiều lựa
chọn</p>
</td>
<td>
<a href=""
class="w-[32px] m-[auto] h-[32px] rounded-[4px] text-center leading-[30px] flex items-center justify-center">
<i class="icons icon-delete"></i>
<td class="text-end">
<a href="" class="btn btn-soft btn-xs btn-square btn-error">
<i class="iconify lucide--trash-2"></i>
</a>
</td>
</tr>
<tr>
<td>1</td>
<td>3</td>
<td>
<p>huyth.c2hoangdieu.haugiang@gmail.com</p>
<p>Trịnh Hoàng Huy</p>
@@ -70,10 +67,9 @@
<p>cửa hàng nên có thêm các dòng SSD Samsung 960 PRO và Samsung 960 EVO để có thêm nhiều lựa
chọn</p>
</td>
<td>
<a href=""
class="w-[32px] m-[auto] h-[32px] rounded-[4px] text-center leading-[30px] flex items-center justify-center">
<i class="icons icon-delete"></i>
<td class="text-end">
<a href="" class="btn btn-soft btn-xs btn-square btn-error">
<i class="iconify lucide--trash-2"></i>
</a>
</td>
</tr>