From 3d9c023bd0f9bd7ac1987e226955dcb67aa3c938 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Thu, 25 Jan 2024 10:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/assembly/index.ts | 7 +- src/components/DesignForm/formControlAttr.vue | 11 ++- src/widget/carousel/lowcodeCarousel.vue | 90 ++++++++++++++----- 3 files changed, 80 insertions(+), 28 deletions(-) diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index 96361afae..63b132672 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -350,7 +350,12 @@ const selectOption: any = [ imgSort:1, imgUrl: '', link: '' - }] + }], + config: { + carsuselWidth:448, + carsuselHeight:252, + interval:2000, + } }, config: {} } diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index 71124f3ea..355341119 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -2006,7 +2006,12 @@ const changeCurrentUploadImgid = (clickedRow:any) => { - + +
+ 轮播图宽度(像素): + 轮播图高度(像素): + 切图间隔(毫秒): +
@@ -2040,7 +2045,7 @@ const changeCurrentUploadImgid = (clickedRow:any) => { - +