From 1910e9f27373b8b4da75f076762025ceb3419965 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 12 六月 2025 15:40:50 +0800
Subject: [PATCH] fix: 暂时隐藏电信充值通道
---
packages/components/src/styles/card.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/components/src/styles/card.scss b/packages/components/src/styles/card.scss
index d56188b..e5a530d 100644
--- a/packages/components/src/styles/card.scss
+++ b/packages/components/src/styles/card.scss
@@ -205,7 +205,7 @@
font-weight: 400;
line-height: 48px;
margin-bottom: 14px;
- color: boleGetCssVar('text-color', 'primary');
+ color: boleGetCssVar('text-color', 'regular');
@include ellipsis;
}
@@ -236,7 +236,7 @@
.user-account-card-action-text {
font-size: 26px;
line-height: 36px;
- color: boleGetCssVar('text-color', 'regular');
+ color: #777;
}
}
--
Gitblit v1.9.1