Commit b1019481 by zhaochengxiang

bug fix

parent c96d3d7d
......@@ -129,7 +129,7 @@ const TemplateAction = (props) => {
}
key='2'
>
<div style={{ padding: '0px 20px 0' }}>
<div style={{ height: (action!=='detail')?'calc(100vh - 44px - 64px - 150px)':'calc(100vh - 44px - 64px - 86px)', overflow: 'auto', padding: '0px 20px 0' }}>
<ImportActionTable
type='template'
modelerData={templateData||{}}
......@@ -144,7 +144,7 @@ const TemplateAction = (props) => {
action!=='detail'&&(
<React.Fragment>
<Divider style={{ margin: 0 }} />
<div className='flex' style={{ justifyContent: 'flex-end', height: 64, alignItems: 'center' }}>
<div className='flex' style={{ justifyContent: 'flex-end', height: 64, alignItems: 'center', paddingRight: '20px' }}>
<Space size='small'>
<Button type='primary' onClick={prevStep} disabled={tabKey==='1'} danger>上一步</Button>
<Button type='primary' onClick={nextStep} disabled={tabKey==='2'} danger>下一步</Button>
......
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