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