This commit is contained in:
Sanjay 2022-05-30 16:58:57 +05:30
parent f10595938f
commit 92701100f6
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"
}

View File

@ -1430,7 +1430,7 @@ modal {
margin-bottom: 20px;
margin-top: 10px;
display: inline-block;
width: 100%;
width: 200px;
.image-item {
width: 200px;