feat: UI调整

This commit is contained in:
zdl
2025-12-10 10:09:24 +08:00
parent 9423094af2
commit 3382dd1036
9 changed files with 200 additions and 108 deletions

View File

@@ -83,7 +83,7 @@ const CompanyTabs = ({ stockCode, onTabChange }) => {
{COMPANY_TABS.map((tab) => {
const Component = TAB_COMPONENTS[tab.key];
return (
<TabPanel key={tab.key} p={6}>
<TabPanel key={tab.key}>
<Component stockCode={stockCode} />
</TabPanel>
);