This commit is contained in:
=
2026-03-12 15:48:10 +08:00
parent 2c7b5c16f7
commit 044597ecd0
4 changed files with 26 additions and 4 deletions
@@ -21,7 +21,8 @@
<div style="display: flex;column-gap: 10px"
:style="{'max-height':img ? '100px':'unset', 'overflow': img ? 'hidden':'unset' }">
<div class="img-container" v-if="img">
<img :src="row[img]" alt="" style="object-fit: cover">
<img :src="row[img]" alt="" >
<!-- <img :src="row[img]" alt="" style="object-fit: cover">-->
</div>
<div style="width: 100%">
<slot :index="index" :row="row"></slot>