From 99d3eb5dd4d688e89f8668ce64d0abf609ad4d67 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Tue, 22 Oct 2024 10:02:29 +0800 Subject: [PATCH 1/4] =?UTF-8?q?1.=E9=80=89=E9=A1=B9=E5=8D=A1=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/modules/tabs-view.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index 96d61bdf..3d90a685 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -142,8 +142,8 @@ }; // 标题样式 const new_tabs_theme_style = { - tabs_title_checked: `font-weight: ${new_style.tabs_weight_checked};font-size: ${new_style.tabs_size_checked * 2}rpx;color:${new_style.tabs_color_checked};` + (['2', '4'].includes(this.tabs_theme_index) ? this.tabs_check : ``), - tabs_title: `font-weight: ${new_style.tabs_weight};font-size: ${new_style.tabs_size * 2}rpx;color:${new_style.tabs_color};`, + tabs_title_checked: `font-weight: ${new_style.tabs_weight_checked};font-size: ${new_style.tabs_size_checked * 2}rpx;line-height: ${new_style.tabs_size_checked * 2}rpx;color:${new_style.tabs_color_checked};` + (['2', '4'].includes(this.tabs_theme_index) ? this.tabs_check : ``), + tabs_title: `font-weight: ${new_style.tabs_weight};font-size: ${new_style.tabs_size * 2}rpx;line-height: ${new_style.tabs_size * 2}rpx;color:${new_style.tabs_color};`, }; this.setData({ tabs_spacing: Number(new_style.tabs_spacing), @@ -261,7 +261,7 @@ } .tabs-bottom-line-theme { opacity: 0.6; - bottom: 16rpx; + bottom: 0; z-index: 0; height: 14rpx; border-radius: 0; From d530e87c23fdf4ad80f0fde0958686f58d4a5a27 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Tue, 22 Oct 2024 10:11:37 +0800 Subject: [PATCH 2/4] =?UTF-8?q?1.=E9=80=89=E9=A1=B9=E5=8D=A1=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/modules/tabs-view.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index 3d90a685..997d4c78 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -287,7 +287,7 @@ .title { background: #ff2222; border-radius: 40rpx; - padding: 4rpx 24rpx; + padding: 12rpx 24rpx; color: #fff; } } From 913ac49ce1d90808baa5c1ae1a944bcd43c93bfd Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Tue, 22 Oct 2024 11:09:27 +0800 Subject: [PATCH 3/4] =?UTF-8?q?1.=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=85=BC=E5=AE=B9=E6=80=A7=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/diy.vue | 42 ++++++++++++++++++------------------ components/diy/nav-group.vue | 10 ++++----- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/components/diy/diy.vue b/components/diy/diy.vue index ff1668b6..21243944 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -16,29 +16,29 @@ diff --git a/components/diy/nav-group.vue b/components/diy/nav-group.vue index f71bef7d..73d29316 100644 --- a/components/diy/nav-group.vue +++ b/components/diy/nav-group.vue @@ -3,7 +3,7 @@ -