优化Signature
parent
b347ff31f5
commit
372d36299c
|
|
@ -52,8 +52,8 @@ function Signature(props) {
|
|||
</Button>
|
||||
</div>
|
||||
{base64 && (
|
||||
<div style={{ border: "1px dashed #d9d9d9", width, height, marginTop: 16 }}>
|
||||
<Image src={base64} style={{ width, height, objectFit: "contain" }} />
|
||||
<div style={{ border: "1px dashed #d9d9d9", width: '100%', height, marginTop: 16 }}>
|
||||
<Image src={base64} style={{ width: '100%', height, objectFit: "contain" }} />
|
||||
</div>
|
||||
)}
|
||||
<Modal
|
||||
|
|
|
|||
Loading…
Reference in New Issue