@@ -101,5 +101,10 @@
.imgs {
height: 56px;
+ :global {
+ .van-image__img {
+ width: auto;
+ }
}
@@ -256,7 +256,7 @@ export default defineComponent({
<Image
src={item.leftValue}
data-id={item.index}
- class={styles.imgs}
+ class={[styles.imgs, 'van-hairline--surround']}
fit="cover"
/>
)}