From c8c2f28f9008989f8035da5e78c262b326707065 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 22 五月 2025 17:04:39 +0800 Subject: [PATCH] Merge branch 'dev-ui' of http://120.26.58.240:8888/r/LifePaymentFront into dev-ui --- apps/taro/src/components/Tabs/ProTabs.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/taro/src/components/Tabs/ProTabs.vue b/apps/taro/src/components/Tabs/ProTabs.vue index 6fe046e..8be9dc5 100644 --- a/apps/taro/src/components/Tabs/ProTabs.vue +++ b/apps/taro/src/components/Tabs/ProTabs.vue @@ -461,8 +461,8 @@ width: auto; margin-right: 78rpx; flex-direction: column; - font-size: 26rpx; - color: boleGetCssVar('text-color', 'secondary'); + font-size: 30rpx; + color: boleGetCssVar('text-color', 'regular'); align-items: center; transition: all 0.3s ease; min-width: 0; @@ -473,14 +473,14 @@ } .nut-tabs__titles-item__text { - font-size: 28rpx; + font-size: 30rpx; color: boleGetCssVar('text-color', 'regular'); line-height: 40rpx; } &.active { - color: #222; - font-weight: 700; + color: boleGetCssVar('color', 'primary'); + font-weight: normal; font-size: 30rpx; .nut-tabs__sub-titles-item__text { @@ -492,7 +492,7 @@ } .nut-tabs__titles-item__text { - color: boleGetCssVar('text-color', 'primary'); + color: boleGetCssVar('color', 'primary'); } } @@ -507,7 +507,7 @@ .nut-tabs__titles-item__line { // width: 100%; background: boleGetCssVar('color', 'primary'); - bottom: 0; + bottom: 20rpx; height: 4rpx; max-width: 40rpx; } -- Gitblit v1.9.1