This commit is contained in:
Mr Swift
2024-03-12 00:31:40 +03:30
parent 5897895ea4
commit 8ca735c00f
2 changed files with 11 additions and 9 deletions
+5 -5
View File
@@ -112,15 +112,15 @@
</div>
</div>
<!-- <div class="p-3" style="background-color: white; position: relative; z-index: 999">
<div class="p-3" style="background-color: white; position: relative; z-index: 999">
<div>
<el-carousel :interval="5000" type="card" height="250px">
<el-carousel-item
style="display: flex; justify-content: center; align-items: center"
v-for="(item, i) in brands"
:key="i"
style="display: flex; justify-content: center; align-items: center"
>
<a :href="item.link" class="m-2 p-2" style="width: 100%; height: 100%">
<NuxtLink :to="{ name:'brands-item' , params: { item: item._id } }" class="m-2 p-2" style="width: 100%; height: 100%">
<div class="row box-shape">
<div class="col-lg-4 col-sm-12" style="display: flex; justify-content: center; align-items: center">
<img width="188" :src="'/uploads/images/brands/' + item.logo" />
@@ -135,11 +135,11 @@
</p>
</div>
</div>
</a>
</NuxtLink>
</el-carousel-item>
</el-carousel>
</div>
</div> -->
</div>