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