This commit is contained in:
songliang 2022-08-15 17:29:07 +08:00
parent e629a794d1
commit d1f0a7c403
4 changed files with 3 additions and 6 deletions

View File

@ -948,6 +948,7 @@ body.page-cart .cart-products-wrap .table thead th {
border-bottom: none;
padding: 0.7rem 0.5rem;
box-shadow: none;
white-space: nowrap;
}
body.page-cart .cart-products-wrap .table .p-image input {
flex: 0 0 1;

View File

@ -24,6 +24,7 @@ body.page-cart {
border-bottom: none;
padding: 0.7rem 0.5rem;
box-shadow: none;
white-space: nowrap;
}
}

View File

@ -38,7 +38,7 @@
<td>
<div class="d-flex align-items-center p-image">
<input class="form-check-input" type="checkbox" v-model="product.selected">
<img :src="product.image" class="img-fluid">
{{-- <img :src="product.image" class="img-fluid"> --}}
</div>
</td>
<td>

View File

@ -26,11 +26,6 @@
<img :src="image.thumb" class="img-fluid">
</a>
</div>
<div class="swiper-slide" :class="!index ? 'active' : ''" v-for="image, index in images">
<a href="javascript:;" :data-image="image.preview" :data-zoom-image="image.popup">
<img :src="image.thumb" class="img-fluid">
</a>
</div>
</div>
<div class="swiper-pager">
<div class="swiper-button-next new-feature-slideshow-next"></div>