feat: UI调整
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user