修改bug
parent
3de9b5e91f
commit
e28f6152e8
|
|
@ -26,7 +26,7 @@
|
||||||
}"
|
}"
|
||||||
:pagination="true"
|
:pagination="true"
|
||||||
:modules="modules"
|
:modules="modules"
|
||||||
class="h-full"
|
class="h-full cu-swiper"
|
||||||
>
|
>
|
||||||
<swiper-slide
|
<swiper-slide
|
||||||
v-for="(item, i) in trendsList"
|
v-for="(item, i) in trendsList"
|
||||||
|
|
@ -151,4 +151,11 @@ onMounted(() => {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cu-swiper{
|
||||||
|
.swiper-slide-prev,.swiper-slide-next{
|
||||||
|
//禁止点击
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue