|
@@ -162,8 +162,7 @@
|
|
|
<!--====== HEADER END ======-->
|
|
|
|
|
|
<!--====== COMMON BREADCRUMB START ======-->
|
|
|
- <section class="common-bradcrumb-section" v-if="columnTypes.length>1">
|
|
|
- <img :src="columnImage?columnImage:'/assets/img/bg.jpg'" alt="">
|
|
|
+ <section class="common-bradcrumb-section" style="background-color:#aaa" v-if="columnTypes.length>1" v-bind:style="{backgroundImage:'url('+columnImage+')'}">
|
|
|
<section class="product-grid-section " style="text-align: center;position:absolute;bottom:0" :style="{'width': '100%'}" >
|
|
|
<ul class="cannot_selected tabs_selected" >
|
|
|
<a v-for="(item,i) in columnTypes" :class="item.id == requestParams.categoryid ? 'active' : ''"
|