提交 51d942d9 authored 作者: chenhuan's avatar chenhuan

修复bug

上级 2abf2f24
...@@ -106,10 +106,10 @@ export default class index extends Component { ...@@ -106,10 +106,10 @@ export default class index extends Component {
className: 'sigCanvas' className: 'sigCanvas'
}} }}
/>} />}
<div style={{position:'absolute',right:20,bottom:20}}> <div style={{position:'absolute',left:5,bottom:5}}>
{url?<Button style={{marginRight:12}} type='danger' onClick={this.delete}>重写签名</Button>:<> {url?<Button type='danger' size="small" onClick={this.delete}>重写</Button>:<>
<Button style={{marginRight:12}} type='danger' onClick={this.clear}>清除签名</Button> <Button style={{marginLeft:12}} type='danger' size="small" onClick={this.clear}>清除</Button>
<Button onClick={this.trim} type='primary'>保存签名</Button></>} <Button style={{marginLeft:12}} onClick={this.trim} size="small" type='primary'>保存</Button></>}
</div> </div>
</div> </div>
......
...@@ -2954,7 +2954,7 @@ export default class tableCom extends Component { ...@@ -2954,7 +2954,7 @@ export default class tableCom extends Component {
<Signature <Signature
width={ width={
get === 'mobile' get === 'mobile'
? document.documentElement.clientWidth - 39 || document.body.clientWidth - 39 ? document.documentElement.clientWidth - 100 || document.body.clientWidth - 100
: json.width : json.width
} }
height={json.height} height={json.height}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论