style: 移除主 Tab 内容区的 padding

- Company/index.tsx: contentPadding 从 6 改为 0

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-18 18:01:56 +08:00
parent 7931abe89b
commit 2ce74b4331

View File

@@ -127,7 +127,7 @@ const CompanyContent = memo<CompanyContentProps>(({
componentProps={{ stockCode }} componentProps={{ stockCode }}
onTabChange={onTabChange} onTabChange={onTabChange}
themePreset="blackGold" themePreset="blackGold"
contentPadding={6} contentPadding={0}
isLazy={true} isLazy={true}
/> />
</Suspense> </Suspense>