!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:
parent
3063e764f9
commit
e4e6601f21
|
|
@ -125,7 +125,7 @@
|
|||
<td><input type="checkbox" :value="{{ $product['id'] }}" v-model="selectedIds" /></td>
|
||||
<td>{{ $product['id'] }}</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>
|
||||
<a href="{{ $product['url'] }}" target="_blank" title="{{ $product['name'] }}" class="text-dark">{{ $product['name'] }}</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue