From 3f30dd16896558fa0266a8f45e014f9a9ab3a92d 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, 27 Aug 2024 16:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=89=E9=A1=B9=E5=8D=A1?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/main/default/article-tabs.ts | 2 +- src/layout/components/main/default/shop-tabs.ts | 2 +- src/layout/components/main/default/tabs.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/main/default/article-tabs.ts b/src/layout/components/main/default/article-tabs.ts index ae16b44d..6163e04d 100644 --- a/src/layout/components/main/default/article-tabs.ts +++ b/src/layout/components/main/default/article-tabs.ts @@ -69,7 +69,7 @@ const defaultArticleTabs: DefaultArticleTabs = { field_show: ['0', '1'], }, style: { - tabs_checked: [{ color: '#FF9898', color_percentage: '' }, { color: '#FF2222', color_percentage: '' }], + tabs_checked: [{ color: '#FF2222', color_percentage: '' }, { color: '#FF9898', color_percentage: '' }], tabs_direction: '90deg', tabs_weight_checked: '500', tabs_size_checked: 14, diff --git a/src/layout/components/main/default/shop-tabs.ts b/src/layout/components/main/default/shop-tabs.ts index 53b8cb96..4b3c19ea 100644 --- a/src/layout/components/main/default/shop-tabs.ts +++ b/src/layout/components/main/default/shop-tabs.ts @@ -85,7 +85,7 @@ const defaultProductList: DefaultProductList = { shop_button_size: '1', }, style: { - tabs_checked: [{ color: '#FF9898', color_percentage: '' }, { color: '#FF2222', color_percentage: '' }], + tabs_checked: [{ color: '#FF2222', color_percentage: '' }, { color: '#FF9898', color_percentage: '' }], tabs_direction: '90deg', tabs_weight_checked: '500', tabs_size_checked: 14, diff --git a/src/layout/components/main/default/tabs.ts b/src/layout/components/main/default/tabs.ts index 45e113dd..50f93b29 100644 --- a/src/layout/components/main/default/tabs.ts +++ b/src/layout/components/main/default/tabs.ts @@ -38,7 +38,7 @@ const defaultTabs: defaultTabs = { ], }, style: { - tabs_checked: [{ color: '#FF9898', color_percentage: '' }, { color: '#FF2222', color_percentage: '' }], + tabs_checked: [{ color: '#FF2222', color_percentage: '' }, { color: '#FF9898', color_percentage: '' }], tabs_direction: '90deg', tabs_weight_checked: '500', tabs_size_checked: 14,