Update index.vue
This commit is contained in:
+3
-3
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="brands.length > 0 && false" class="p-3" style="background-color: white; position: relative;
|
||||
<div v-if="brands.length > 0 " class="p-3" style="background-color: white; position: relative;
|
||||
z-index: 999;">
|
||||
<div>
|
||||
<el-carousel :interval="5000" type="card" height="300px">
|
||||
@@ -85,9 +85,9 @@
|
||||
<div class="row box-shape">
|
||||
|
||||
<div class=" col-lg-4 col-sm-12" style="display: flex; justify-content: center; align-items: center;">
|
||||
<!-- <img :src="'https://www.asan-service.com/uploads/images/brands/' + item.image"> -->
|
||||
|
||||
<img width="188"
|
||||
:src="config.apiAsanMarket + item.logo"
|
||||
:src="'/uploads/images/brands/' + item.logo"
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user