Commit 4a1a9224 by zhaochengxiang

调整

parent a76f77d9
......@@ -127,7 +127,8 @@ const ImportAction = React.forwardRef((props, ref) => {
const currentActiveLink = getInternalCurrentAnchor(
[
'model-import-action-header',
'model-import-action-basic',
'model-import-action-technical',
'model-import-action-table',
'model-import-action-index',
],
......@@ -583,7 +584,8 @@ const ImportAction = React.forwardRef((props, ref) => {
targetElement.scrollIntoView();
}
}} style={{ margin: 0 }}>
<Tabs.TabPane tab='基本信息' key="model-import-action-header" />
<Tabs.TabPane tab='基本信息' key="model-import-action-basic" />
<Tabs.TabPane tab='技术信息' key="model-import-action-technical" />
<Tabs.TabPane tab='数据表结构' key="model-import-action-table" />
<Tabs.TabPane tab='数据表索引' key="model-import-action-index" />
</Tabs>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment