From 8e9fe0de9827e569cfb33ac158bd730b1b358db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Fri, 14 Oct 2022 00:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=A6=96=E9=A1=B5=E3=80=90=E8=BD=AE=E6=92=AD=E5=9B=BE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6coreshop-imgSlide=E3=80=91=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E6=95=88=E6=9E=9C=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=B8=A6=E6=8C=87?= =?UTF-8?q?=E7=A4=BA=E5=99=A8=E6=95=88=E6=9E=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/components/coreshop-page/coreshop-imgSlide.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-imgSlide.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-imgSlide.vue index 6844a4c0..76227a7f 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-imgSlide.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-page/coreshop-imgSlide.vue @@ -1,6 +1,6 @@ @@ -16,7 +16,7 @@ data() { return { swiperItems: [], - swiperHeight: 130, + swiperHeight: 150, swiperDuration: 2500, }; },