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