Compare commits
No commits in common. "372d36299c5254956fdab27492ecc5c03a39f943" and "57f0801d6b897bef9694401ea033407c1005ace3" have entirely different histories.
372d36299c
...
57f0801d6b
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.3",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
|
|
@ -52,8 +52,8 @@ function Signature(props) {
|
|||
</Button>
|
||||
</div>
|
||||
{base64 && (
|
||||
<div style={{ border: "1px dashed #d9d9d9", width: '100%', height, marginTop: 16 }}>
|
||||
<Image src={base64} style={{ width: '100%', height, objectFit: "contain" }} />
|
||||
<div style={{ border: "1px dashed #d9d9d9", width, height, marginTop: 16 }}>
|
||||
<Image src={base64} style={{ width, height, objectFit: "contain" }} />
|
||||
</div>
|
||||
)}
|
||||
<Modal
|
||||
|
|
|
|||
Loading…
Reference in New Issue