add
This commit is contained in:
+2
-2
@@ -75,10 +75,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-if="brands.length > 0 " class="p-3" style="background-color: white; position: relative;
|
||||
<div v-if="$route.query?.brand == 2 " class="p-3" style="background-color: white; position: relative;
|
||||
z-index: 999;">
|
||||
<div>
|
||||
<el-carousel :interval="5000" type="card" height="300px">
|
||||
<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">
|
||||
<a :href="item.link" class="m-2 p-2" style=" width: 100%; height: 100%;">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user