From 7f7407be7e8d3b8e9d4428bded17bc3869295f04 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Sun, 29 Sep 2024 14:21:28 +0800 Subject: [PATCH 1/3] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3=E8=BD=AE=E6=92=AD?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F1=EF=BC=8C2=E5=9C=A8uniapp=E4=B8=8A=E8=BD=AE?= =?UTF-8?q?=E6=92=AD=E6=98=BE=E7=A4=BA=E8=BD=AE=E6=92=AD=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= 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 fbaa14fd..d59ef006 100644 --- a/components/diy/carousel.vue +++ b/components/diy/carousel.vue @@ -20,7 +20,7 @@ - + From da0f432e65532d4625f4bc436cacb5d8314982d4 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Sun, 29 Sep 2024 14:36:38 +0800 Subject: [PATCH 2/3] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3=E8=BD=AE=E6=92=AD?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F1=EF=BC=8C2=E5=9C=A8uniapp=E4=B8=8A=E8=BD=AE?= =?UTF-8?q?=E6=92=AD=E6=98=BE=E7=A4=BA=E8=BD=AE=E6=92=AD=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/carousel.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/diy/carousel.vue b/components/diy/carousel.vue index d59ef006..0a3319d9 100644 --- a/components/diy/carousel.vue +++ b/components/diy/carousel.vue @@ -20,7 +20,7 @@ - + @@ -138,7 +138,7 @@ style_container: this.propIsCommon ? common_styles_computer(common_style) : '', // 用于样式显示 img_style: radius_computer(this.new_style), // 图片的设置 indicator_style: this.get_indicator_style(), // 指示器的样式 - dot_style: `bottom: ${common_style.padding_bottom * 2 + 12}rpx;`, // 指示器位置 + dot_style: `bottom: ${common_style.padding_bottom * 2 + 24}rpx;`, // 指示器位置 img_fit: fit, video_style: this.get_video_style(), // 视频播放按钮显示逻辑 }); @@ -264,6 +264,8 @@ } .dot { z-index: 1; + padding-left: 20rpx; + padding-right: 20rpx; .dot-item { margin: 0 6rpx; } From 3e4cabb704c913e9a928a7a0e78a065715be8aff Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Sun, 29 Sep 2024 15:41:57 +0800 Subject: [PATCH 3/3] =?UTF-8?q?1.=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../choice-location/choice-location.vue | 95 ++++++++++++------- components/diy/header.vue | 6 +- 2 files changed, 62 insertions(+), 39 deletions(-) diff --git a/components/choice-location/choice-location.vue b/components/choice-location/choice-location.vue index f5b57894..4d2ac465 100644 --- a/components/choice-location/choice-location.vue +++ b/components/choice-location/choice-location.vue @@ -1,61 +1,84 @@ -