From 431179c5892c0146af14962b7d6388e8bbc8b1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 12 Nov 2024 14:14:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=AE=E6=92=AD=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/carousel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/diy/carousel.vue b/components/diy/carousel.vue index 916bbe97..86b3ba9f 100644 --- a/components/diy/carousel.vue +++ b/components/diy/carousel.vue @@ -171,7 +171,7 @@ img_style: radius_computer(new_style), // 图片的设置 indicator_style: this.get_indicator_style(new_style), // 指示器的样式 dot_style: `bottom: ${ new_style.indicator_bottom * scale }px;`, // 指示器位置 - img_fit: fit, // 图片风格 + img_fit: fit, // 图片风格 默认为aspectFill video_style: this.get_video_style(new_style), // 视频播放按钮显示逻辑 swiper_height: new_form.height * scale + 'px', // 轮播图高度 });