From 9667e9cef635c677f7a2675eb5b0cc398fa0ed95 Mon Sep 17 00:00:00 2001 From: duanhao Date: Thu, 14 Aug 2025 14:55:31 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=BC=A0=E6=A0=87=E6=BB=9A=E8=BD=AE-?= =?UTF-8?q?=E5=A4=B4=E9=83=A8=E5=88=A0=E9=99=A4maxheight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Navigation/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/Navigation/index.vue b/src/views/Navigation/index.vue index 0391bb5..ce4d47c 100644 --- a/src/views/Navigation/index.vue +++ b/src/views/Navigation/index.vue @@ -36,6 +36,7 @@ :space-between="32" :loop="true" :speed="500" + :mousewheel="true" navigation :pagination="{ clickable: true }" :preventClicksPropagation="true" @@ -77,7 +78,8 @@