This commit is contained in:
2025-12-07 15:58:07 +07:00
parent 75a641ab40
commit 942aeafb60
2211 changed files with 178727 additions and 89 deletions

View File

@@ -0,0 +1,74 @@
<div class="w-[100%]">
<div class="global-breadcrumb-container">
<a href="/admin/system"> Cài đặt chung </a>
<a href="">Cài đặt phí vận chuyển </a>
</div>
<div
class="m-[15px] p-[11px_16px] bg-white m-[0_0_16px] rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[18px]">
<div class="flex items-center justify-between mb-[10px]">
<p class="font-bold text-[20px] leading-[26px] block"> Quản lý shipping </p>
<a href="/admin/tag/add"
class="inline-flex items-center whitespace-nowrap border border-[#0041E8] rounded-[4px] bg-[#F5F7FF] text-[#0041E8] p-[0_12px] font-[500] leading-[35px] group hover:bg-[#0041E8] hover:text-[#fff]">
<span
class="border-[1px] border-[#0041E8] h-[13px] w-[13px] leading-[10.2px] text-center rounded-[50%] mr-1 group-hover:border-[#fff]">+</span>
<span>Thêm phương thức vận chuyển</span>
</a>
</div>
</div>
<div class="p-[15px] m-[15px] bg-white rounded-[15px] shadow-[0px_1px_1px_0px_#0000001A]">
<table class="mt-[15px] w-[100%]">
<thead class="bg-[#f5f5f5] text-[#000] text-[14px] font-bold">
<tr>
<td>STT</td>
<td>Phân loại</td>
<td>Phương thức</td>
<td>Cập nhật</td>
<td>Chỉnh sửa</td>
</tr>
</thead>
<tbody>
<tr>
<td class="text-center">1</td>
<td>Nhận hàng tại cửa hàng</td>
<td>Giao hàng nhanh trong 2 giờ (Nội thành Hà Nội +HCM)</td>
<td>
<p>Admin</p>
<p>09-09-2022, 11:53 am</p>
</td>
<td>
<div class="flex items-center">
<a href="/admin/system/ship-method-add?id=1"
class="p-[5px] border-[1px] border-[#79B0E2] text-[#79B0E2] rounded-[4px]"><i
class="icons icon-edit"></i></a>
<a href="/admin/tag/delete/1" class="p-[5px] border-[1px] rounded-[4px] ml-[10px]"><i
class='icons icon-remove'></i></a>
</div>
</td>
</tr>
<tr>
<td class="text-center">1</td>
<td>Nhận hàng tại cửa hàng</td>
<td>Giao hàng nhanh trong 2 giờ (Nội thành Hà Nội +HCM)</td>
<td>
<p>Admin</p>
<p>09-09-2022, 11:53 am</p>
</td>
<td>
<div class="flex items-center">
<a href="/admin/system/ship-method-add?id=1"
class="p-[5px] border-[1px] border-[#79B0E2] text-[#79B0E2] rounded-[4px]"><i
class="icons icon-edit"></i></a>
<a href="" class="p-[5px] border-[1px] rounded-[4px] ml-[10px]"><i
class='icons icon-remove'></i></a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>