Issue #6442 fixed
This commit is contained in:
parent
f10595938f
commit
92701100f6
|
|
@ -43,14 +43,14 @@
|
|||
@foreach ($comparableAttributes as $attribute)
|
||||
<tr>
|
||||
<td>
|
||||
<span class="fs16">{{ $attribute['admin_name'] }}</span>
|
||||
<h4 class="fs16">{{ $attribute['admin_name'] }}</h4>
|
||||
</td>
|
||||
|
||||
<td :key="`title-${index}`" v-for="(product, index) in products">
|
||||
@switch ($attribute['code'])
|
||||
@case('name')
|
||||
<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>
|
||||
@break
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/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-top: 10px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
width: 200px;
|
||||
|
||||
.image-item {
|
||||
width: 200px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue