Compare commits

...

2 Commits

Author SHA1 Message Date
LiuJiaNan 372d36299c 优化Signature 2025-12-26 14:35:05 +08:00
LiuJiaNan b347ff31f5 1.1.4 2025-12-26 13:51:09 +08:00
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.3", "version": "1.1.4",
"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, 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