From f2463922f3be891bbcdf8b636b946b2a77561c68 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Tue, 16 Dec 2025 20:53:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(ValueChainCard):=20=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=8C=89=E9=92=AE=E5=A7=8B=E7=BB=88=E9=9D=A0?= =?UTF-8?q?=E5=8F=B3=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用 ml="auto" 确保切换按钮在流向关系视图时保持右侧位置 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../components/ValueChainCard.tsx | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/Company/components/CompanyOverview/DeepAnalysisTab/components/ValueChainCard.tsx b/src/views/Company/components/CompanyOverview/DeepAnalysisTab/components/ValueChainCard.tsx index 8d8e1f19..4a3f7ab1 100644 --- a/src/views/Company/components/CompanyOverview/DeepAnalysisTab/components/ValueChainCard.tsx +++ b/src/views/Company/components/CompanyOverview/DeepAnalysisTab/components/ValueChainCard.tsx @@ -166,15 +166,17 @@ const ValueChainCard: React.FC = memo(({ /> )} - {/* 右侧:筛选与视图切换 */} - + {/* 右侧:筛选与视图切换 - 始终靠右 */} + + + {/* 内容区域 */}