Merge pull request #6456 from Sanjaybhattwebkul/compare-product-alignment
Issue #6442 fixed
This commit is contained in:
commit
362a3edccd
|
|
@ -43,14 +43,14 @@
|
||||||
@foreach ($comparableAttributes as $attribute)
|
@foreach ($comparableAttributes as $attribute)
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span class="fs16">{{ $attribute['admin_name'] }}</span>
|
<h4 class="fs16">{{ $attribute['admin_name'] }}</h4>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td :key="`title-${index}`" v-for="(product, index) in products">
|
<td :key="`title-${index}`" v-for="(product, index) in products">
|
||||||
@switch ($attribute['code'])
|
@switch ($attribute['code'])
|
||||||
@case('name')
|
@case('name')
|
||||||
<a :href="`${baseUrl}/${product.url_key}`" class="unset remove-decoration active-hover">
|
<a :href="`${baseUrl}/${product.url_key}`" class="unset remove-decoration active-hover">
|
||||||
<h3 class="fw6 fs18 mt-0" v-text="product['{{ $attribute['code'] }}']"></h3>
|
<h5 class="fw6 fs18 mt-0" v-text="product['{{ $attribute['code'] }}']"></h5>
|
||||||
</a>
|
</a>
|
||||||
@break
|
@break
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"/js/ui.js": "/js/ui.js?id=28450da875b7d84b30dd",
|
"/js/ui.js": "/js/ui.js?id=28450da875b7d84b30dd",
|
||||||
"/css/ui.css": "/css/ui.css?id=dbf1b2df5e3052f61d06"
|
"/css/ui.css": "/css/ui.css?id=1ed0d19988916084ff87"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1430,7 +1430,7 @@ modal {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 200px;
|
||||||
|
|
||||||
.image-item {
|
.image-item {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue