up
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<div
|
||||
class="m-[15px_0_15px_15px] px-[15px] py-[20px] rounded-[15px] bg-white shadow-[0_1px_1px_0_rgba(0,0,0,0.1)] overflow-x-auto">
|
||||
<h1 class="text-2xl font-[700] mb-3">Danh sách sản phẩm ({{ page.total | format_number }})</h1>
|
||||
<div class="flex justify-between items-center mt-[20px]">
|
||||
<div class="btn-left flex items-center">
|
||||
<div class="flex flex-wrap justify-between items-center mt-[20px]">
|
||||
<div class="btn-left flex items-center mb-[15px]">
|
||||
<a href="javascript:void(0)" onclick="js_list_category.showModal()"
|
||||
class="px-[10px] py-[8px] border-[#79B0E2] border-[1px] rounded-[4px] text-[#79B0E2] hover:bg-[#0061ff] hover:text-white mr-[15px]">
|
||||
Chọn danh mục để xem
|
||||
@@ -13,9 +13,9 @@
|
||||
Chọn thương hiệu để xem
|
||||
</a>
|
||||
</div>
|
||||
<div class="btn-right flex items-center">
|
||||
<div class="btn-right flex items-center mb-[15px]">
|
||||
<a href="/admin/product/form"
|
||||
class="flex items-center px-[10px] py-[8px] border-[#0041E8] border-[1px] rounded-[4px] text-[#0041E8] hover:bg-[#0041E8] hover:text-white ml-[15px] font-[500]">
|
||||
class="flex items-center px-[10px] py-[8px] border-[#0041E8] border-[1px] rounded-[4px] text-[#0041E8] hover:bg-[#0041E8] hover:text-white font-[500]">
|
||||
<span
|
||||
class="border-[1px] border-[#0041E8] h-[15px] w-[15px] leading-[11px] text-center rounded-[50%] mr-1">+</span>
|
||||
<span>Thêm sản phẩm mới</span>
|
||||
|
||||
Reference in New Issue
Block a user