!154 Fix the error that the background product list image exceeds the display error

* Fix the error that the background product list image exceeds the display error
This commit is contained in:
pushuo 2023-07-14 03:32:32 +00:00 committed by Edward Yang
parent 3063e764f9
commit e4e6601f21
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
<td><input type="checkbox" :value="{{ $product['id'] }}" v-model="selectedIds" /></td> <td><input type="checkbox" :value="{{ $product['id'] }}" v-model="selectedIds" /></td>
<td>{{ $product['id'] }}</td> <td>{{ $product['id'] }}</td>
<td> <td>
<div class="wh-60 border d-flex rounded-2 justify-content-between align-items-center"><img src="{{ $product['images'][0] ?? 'image/placeholder.png' }}" class="img-fluid rounded-2"></div> <div class="wh-60 border d-flex rounded-2 justify-content-center align-items-center"><img src="{{ $product['images'][0] ?? 'image/placeholder.png' }}" class="img-fluid max-h-100"></div>
</td> </td>
<td> <td>
<a href="{{ $product['url'] }}" target="_blank" title="{{ $product['name'] }}" class="text-dark">{{ $product['name'] }}</a> <a href="{{ $product['url'] }}" target="_blank" title="{{ $product['name'] }}" class="text-dark">{{ $product['name'] }}</a>