style(MarketDataView): 缩小页面间距

- Container py: 6 → 4
- VStack spacing: 6 → 4

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-19 17:02:01 +08:00
parent 08842b9097
commit 11544909d3
6 changed files with 31 additions and 10 deletions

View File

@@ -72,6 +72,7 @@ const BasicInfoTab: React.FC<BasicInfoTabProps> = ({
onTabChange={onTabChange}
themePreset="blackGold"
compact
size="sm"
contentPadding={0}
/>
);

View File

@@ -75,6 +75,7 @@ const DeepAnalysisTab: React.FC<DeepAnalysisTabProps> = ({
onTabChange={onTabChange}
componentProps={{}}
themePreset="blackGold"
size="sm"
/>
<LoadingState message="加载数据中..." height="200px" />
</CardBody>
@@ -99,6 +100,7 @@ const DeepAnalysisTab: React.FC<DeepAnalysisTabProps> = ({
onToggleSegment,
}}
themePreset="blackGold"
size="sm"
/>
</CardBody>
</Card>