wip
This commit is contained in:
parent
e629a794d1
commit
d1f0a7c403
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ body.page-cart {
|
|||
border-bottom: none;
|
||||
padding: 0.7rem 0.5rem;
|
||||
box-shadow: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue