From 84dd8d76a61eadcf1e6f6e3fc57a651c484d6839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 26 Aug 2024 17:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/tabs-view/index.vue | 8 ++++---- src/layout/components/main/default/shop-tabs.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/common/tabs-view/index.vue b/src/components/common/tabs-view/index.vue index 497079d4..ed90ba70 100644 --- a/src/components/common/tabs-view/index.vue +++ b/src/components/common/tabs-view/index.vue @@ -115,7 +115,7 @@ const tabs_theme_style = computed(() => { &.tabs-style-2 { &.active { .desc { - background: red; + background: #FF5E5E; color: #fff; } } @@ -128,7 +128,7 @@ const tabs_theme_style = computed(() => { &.tabs-style-3 { &.active { .title { - background: red; + background: #FF2222; border-radius: 2rem; padding: 0.2rem 1.2rem; color: #fff; @@ -152,13 +152,13 @@ const tabs_theme_style = computed(() => { &.active { .title { font-size: 1.1rem; - background: red; + background: #FF5E5E; border-radius: 2rem; padding: 0.2rem 0.7rem; color: #fff; } .img { - border-color: red; + border-color: #FF5E5E; } } .img { diff --git a/src/layout/components/main/default/shop-tabs.ts b/src/layout/components/main/default/shop-tabs.ts index abaf3ae6..37495f50 100644 --- a/src/layout/components/main/default/shop-tabs.ts +++ b/src/layout/components/main/default/shop-tabs.ts @@ -82,7 +82,7 @@ const defaultProductList: DefaultProductList = { tabs_direction: '90deg', tabs_weight_checked: '500', tabs_size_checked: 14, - tabs_color_checked: 'rgba(51,51,51,1)', + tabs_color_checked: '#000', tabs_weight: '500', tabs_size: 14, tabs_color: 'rgba(51,51,51,1)',