style: 移除 Tab 导航和卡片内部左右 padding

- TabNavigation/SubTabContainer: 移除左侧 padding (pl=0)
- BusinessStructureCard/BusinessSegmentsCard: 移除 CardBody 左右 padding
- BusinessTreeItem: 黑金主题样式优化

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-12 13:13:34 +08:00
parent e049429b09
commit 7c7c70c4d9
6 changed files with 170 additions and 166 deletions

View File

@@ -20,7 +20,8 @@ const TabNavigation: React.FC<TabNavigationProps> = ({
borderColor={themeColors.dividerColor}
borderTopLeftRadius={borderRadius}
borderTopRightRadius={borderRadius}
px={4}
pl={0}
pr={4}
py={2}
flexWrap="wrap"
gap={2}