style: 移除公司概览与股权结构之间的间距

- BasicInfoTab: 设置 contentPadding={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:00:16 +08:00
parent 9b8983869c
commit 7931abe89b

View File

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