a
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<table class="w-[100%] mt-[20px] product-list">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>STT</th>
|
||||
<th class="whitespace-nowrap">STT</th>
|
||||
<th>ID</th>
|
||||
<th>Ảnh</th>
|
||||
<th>Sản phẩm (Tổng số: 1.742)</th>
|
||||
@@ -106,9 +106,9 @@
|
||||
{% increment counter %}
|
||||
<tr>
|
||||
<td>{{ counter }}</td>
|
||||
<td>#{{item.id}}</td>
|
||||
<td class="whitespace-nowrap">#{{item.id}}</td>
|
||||
<td>
|
||||
<img class="block m-auto" src="{{item.image.thumb}}" alt="">
|
||||
<img class="block mx-auto my-0 w-[70px] h-[50px]" src="{{item.image.thumb}}" alt="">
|
||||
<span class="text-center block">{{item.image_count}} ảnh</span>
|
||||
<i class="icons icon-edit"></i>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user