tracker#164 Retailer Portal Product Search Results fixes
This commit is contained in:
parent
dc6884f641
commit
0838f84c96
|
@ -33,13 +33,16 @@
|
|||
:title="product.n"
|
||||
></v-img>
|
||||
<v-row >
|
||||
<v-col cols="6" >
|
||||
<v-col cols="12" >
|
||||
<h1
|
||||
class="float-left fontsize-14 body ls-n009 fontcolor-black-darken font-weight-300 word-break"
|
||||
>{{ product.n }}
|
||||
<div> SKU {{product.sku}}</div></h1>
|
||||
</h1>
|
||||
</v-col>
|
||||
<v-col cols="5" >
|
||||
<v-col cols="6 " class="py-0">
|
||||
<div> SKU {{product.sku}}</div>
|
||||
</v-col>
|
||||
<v-col cols="6" class="py-0">
|
||||
<p
|
||||
v-if="product.lp"
|
||||
class="float-right fontsize-14 body ls-n009 fontcolor-black-darken font-weight-300"
|
||||
|
|
Loading…
Reference in New Issue