|
@ -348,7 +348,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="record.image" class="flex justify-center"> |
|
|
<div v-if="record.image" class="flex justify-center"> |
|
|
<a :href="record.image" target="_blank"> |
|
|
<a :href="record.image" target="_blank"> |
|
|
<img :src="record.image" class="h-24 mt-2 rounded-xl" /> |
|
|
<img :src="record.image" class="h-48 mt-2 rounded-xl" /> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
</li> |
|
|
</li> |
|
|