diff --git a/src/views/Company/components/CompanyOverview/DeepAnalysisTab/atoms/BusinessTreeItem.tsx b/src/views/Company/components/CompanyOverview/DeepAnalysisTab/atoms/BusinessTreeItem.tsx index b2366cf4..635f029c 100644 --- a/src/views/Company/components/CompanyOverview/DeepAnalysisTab/atoms/BusinessTreeItem.tsx +++ b/src/views/Company/components/CompanyOverview/DeepAnalysisTab/atoms/BusinessTreeItem.tsx @@ -58,10 +58,10 @@ const BusinessTreeItem: React.FC = ({ business, depth = 0 )} - + 营收占比: {formatPercentage(business.financial_metrics?.revenue_ratio)} - + 毛利率: {formatPercentage(business.financial_metrics?.gross_margin)} {business.growth_metrics?.revenue_growth !== undefined && ( diff --git a/src/views/Company/components/CompanyOverview/DeepAnalysisTab/components/BusinessSegmentsCard.tsx b/src/views/Company/components/CompanyOverview/DeepAnalysisTab/components/BusinessSegmentsCard.tsx index fb6974e9..4d5158b1 100644 --- a/src/views/Company/components/CompanyOverview/DeepAnalysisTab/components/BusinessSegmentsCard.tsx +++ b/src/views/Company/components/CompanyOverview/DeepAnalysisTab/components/BusinessSegmentsCard.tsx @@ -29,8 +29,9 @@ const THEME = { innerCardBg: 'gray.700', gold: '#F4D03F', goldLight: '#F0D78C', - textPrimary: '#F4D03F', - textSecondary: 'gray.400', + textTitle: '#F4D03F', // 标题用金色 + textContent: 'white', // 内容用白色,提高辨识度 + textSecondary: 'gray.400', // 小标题用灰色 border: 'rgba(212, 175, 55, 0.3)', }; @@ -53,7 +54,7 @@ const BusinessSegmentsCard: React.FC = ({ - 业务板块详情 + 业务板块详情 {businessSegments.length} 个板块 @@ -67,7 +68,7 @@ const BusinessSegmentsCard: React.FC = ({ - + {segment.segment_name}