This commit is contained in:
2024-05-07 11:33:48 +07:00
parent 615e36647a
commit 7b96c6d976
3 changed files with 67 additions and 32 deletions

View File

@@ -12,25 +12,33 @@
</p>
<div class="list-category">
<label class="style-checkbox mb-[10px]">
Màn hình máy tính
<input type="checkbox" name="new" checked>
<span class="checkmark"></span>
</label>
<label class="style-checkbox mb-[10px]">
Màn hình máy tính
<input type="checkbox" name="new">
<span class="checkmark"></span>
</label>
<label class="style-checkbox mb-[10px]">
Màn hình máy tính
<input type="checkbox" name="new">
<span class="checkmark"></span>
</label>
<label class="style-checkbox mb-[10px]">
Màn hình máy tính
<input type="checkbox" name="new">
<span class="checkmark"></span>
</label>
<div class="mb-[10px] flex items-center">
<label class="style-checkbox">
Màn hình máy tính
<input type="checkbox" id="cate_1" onclick="AdminFunction.add_product_to_category(1)">
<span class="checkmark"></span>
</label>
<div id="status_1" class="text-[13px] ml-[5px] flex items-center">
</div>
</div>
<div class="mb-[10px] flex items-center">
<label class="style-checkbox">
Màn hình máy tính
<input type="checkbox" id="cate_1" onclick="AdminFunction.add_product_to_category(2)">
<span class="checkmark"></span>
</label>
<div id="status_2" class="text-[13px] ml-[5px] flex items-center">
</div>
</div>
<div class="mb-[10px] flex items-center">
<label class="style-checkbox">
Màn hình máy tính
<input type="checkbox" id="cate_1" onclick="AdminFunction.add_product_to_category(3)">
<span class="checkmark"></span>
</label>
<div id="status_3" class="text-[13px] ml-[5px] flex items-center">
</div>
</div>
</div>
</div>