Skip to content

Commit

Permalink
update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
lolieatapple committed Jul 20, 2021
1 parent 3dbca55 commit 109b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/containers/Contract/Offline/Offline.js
Expand Up @@ -295,7 +295,7 @@ const Transaction = (props) => {
<Tooltip title={paramTip}>
<Col span={8}><SmallInput placeholder={paramTip} value={parameters} onChange={e => { setParameters(e.target.value) }} /></Col>
</Tooltip>
<Col span={4}><Label>{intl.get('CrossChainTransForm.Value')}</Label></Col>
<Col span={4}><Label>{intl.get('CrossChainTransForm.Value')}:</Label></Col>
<Col span={8}><SmallInput suffix={props.chainType} value={value} onChange={e => { setValue(e.target.value) }} /></Col>
</Row>
</TableContainer>
Expand Down

0 comments on commit 109b8ae

Please sign in to comment.