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,40 +1,36 @@
<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)] overflow-x-auto">
<h1 class="text-[24px] font-[700] mb-3">Khách hàng góp ý</h1>
<div class="w-full">
<div class="p-3 rounded-sm bg-white shadow overflow-x-auto">
<h1 class="text-2xl font-bold mb-3">Khách hàng góp ý</h1>
<div class="flex items-center justify-end">
<a href="/admin/customer/customer_add"
class="block border-[1px] border-[#0041E8] rounded-[4px] p-[5px_10px_5px_10px]">
<span
class="inline-block w-[14px] h-[14px] border-[1px] rounded-[50%] border-[#0041E8] text-center leading-[11px] text-[#0041E8] mb-[2px]">+</span>
<span class="text-[#0041E8] font-[500]">Thêm KH mới</span>
<div class="flex items-center justify-end mt-5 gap-3">
<a href="/admin/customer/customer_add" class="btn btn-outline btn-view">
<i class="iconify lucide--pencil"></i>
<span class="">Thêm KH mới</span>
</a>
<a href="admin/customer/customer-group"
class="block border-[1px] border-[#0041E8] rounded-[4px] p-[5px_10px_5px_10px] ml-[10px]">
<i class="fa-solid fa-user-group text-[#0041E8]"></i>
<span class="text-[#0041E8] font-[500]">Các nhóm KH</span>
<a href="admin/customer/customer-group" class="btn btn-outline btn-view">
<i class="iconify lucide--users"></i>
<span class="">Các nhóm KH</span>
</a>
<a href="admin/customer/customer-newsletter"
class="block border-[1px] border-[#0041E8] rounded-[4px] p-[5px_10px_5px_10px] ml-[10px]">
<i class="fa-solid fa-user-group text-[#0041E8]"></i>
<span class="text-[#0041E8] font-[500]">KH nhận bản tin</span>
<a href="admin/customer/customer-newsletter" class="btn btn-outline btn-view">
<i class="iconify lucide--mail"></i>
<span class="">KH nhận bản tin</span>
</a>
<a href="" class="block border-[1px] border-[#0041E8] rounded-[4px] p-[5px_10px_5px_10px] ml-[10px]">
<i class="fa-regular fa-file-excel text-[#0041E8]"></i>
<span class="text-[#0041E8] font-[500]">Các nhóm KH</span>
<a href="" class="btn btn-outline btn-view">
<i class="iconify lucide--file-x"></i>
<span class="">Tải file excel</span>
</a>
</div>
<div class="overflow-x-auto sm:whitespace-nowrap">
<div class="overflow-x-auto sm:whitespace-nowrap mt-5 border-base-200 shadow rounded-sm">
<table class="mt-[15px] table">
<thead class="bg-[#F6F6F6] text-[#000] text-[14px]">
<tr>
<th class="w-[50px]">STT</th>
<thead>
<tr class="bg-base-200 font-bold text-black">
<th>STT</th>
<th>Họ tên</th>
<th>Email</th>
<th>Ngày đăng ký</th>
<th>Thông tin khác</th>
<th class="w-[90px]">Lựa chọn</th>
<th>Lựa chọn</th>
</tr>
</thead>
<tbody>