Merge branch 'master' into optimization
This commit is contained in:
commit
d2b032a4d1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=944363ef9b7fd3a4f15d",
|
||||
"/js/velocity.js": "/js/velocity.js?id=a45dba1beb5c6f79193d",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=c0ee0beda342603e1144"
|
||||
"/css/velocity.css": "/css/velocity.css?id=562e19f8c4e4916566d7"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -685,7 +685,7 @@
|
|||
|
||||
.product-quantity {
|
||||
.quantity {
|
||||
float: left;
|
||||
display: inline-flex;
|
||||
|
||||
label {
|
||||
display: none !important;
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
:onerror="`this.src='${this.$root.baseUrl}/vendor/webkul/ui/assets/images/product/large-product-placeholder.png'`">
|
||||
</a>
|
||||
|
||||
<div class="product-details-content col-7 pr0">
|
||||
<div class="product-details-content col-6 pr0">
|
||||
<div class="row item-title no-margin">
|
||||
<a
|
||||
href="{{ route('shop.productOrCategory.index', $url_key) }}"
|
||||
|
|
@ -161,14 +161,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="product-quantity col-2 no-padding">
|
||||
<div class="row">
|
||||
<div class="product-quantity col-3 no-padding">
|
||||
<quantity-changer
|
||||
:control-name="'qty[{{$item->id}}]'"
|
||||
quantity="{{ $item->quantity }}">
|
||||
</quantity-changer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="product-price fs18 col-1">
|
||||
<span class="card-current-price fw6 mr10">
|
||||
|
|
|
|||
Loading…
Reference in New Issue