Update index.vue

This commit is contained in:
Swift
2024-02-09 21:18:07 +03:30
parent 0bb459ea25
commit 9fc64cc5d8
+3 -3
View File
@@ -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>