Fix PhysicalSample card img display
This commit is contained in:
parent
524c8d5657
commit
95f690bf84
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@
|
|||
<time class="font-medium text-sm py-8" :datetime="step.date">{{ step.date }}</time>
|
||||
<p>{{ step.description }}</p>
|
||||
</header>
|
||||
<img :src="step.files[0].url" alt="" loading="lazy">
|
||||
<img :src="step.files[0].url" alt="" loading="lazy" class="rounded-lg mt-16">
|
||||
</div>
|
||||
</template>
|
||||
<template v-else></template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue