Compare commits

..

No commits in common. "372d36299c5254956fdab27492ecc5c03a39f943" and "57f0801d6b897bef9694401ea033407c1005ace3" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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