Commit c96d3d7d by zhaochengxiang

bug fix

parent ff1e2ff2
......@@ -104,13 +104,15 @@ const TemplateAction = (props) => {
return (
<Spin spinning={loading}>
<Tabs activeKey={tabKey} onChange={onTabChange}>
<Tabs centered activeKey={tabKey} onChange={onTabChange}>
<TabPane tab='基本信息' key='1'>
<div style={{ padding: '0px 20px 0' }}>
<TemplateActionHeader
form={form}
editable={action!=='detail'}
templateData={templateData||{}}
/>
</div>
</TabPane>
<TabPane
tab={
......@@ -127,6 +129,7 @@ const TemplateAction = (props) => {
}
key='2'
>
<div style={{ padding: '0px 20px 0' }}>
<ImportActionTable
type='template'
modelerData={templateData||{}}
......@@ -134,6 +137,7 @@ const TemplateAction = (props) => {
onChange={onTableChange}
editable={action!=='detail'}
/>
</div>
</TabPane>
</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