优化Signature

master
LiuJiaNan 2025-12-26 14:35:05 +08:00
parent b347ff31f5
commit 372d36299c
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ function Signature(props) {
</Button>
</div>
{base64 && (
<div style={{ border: "1px dashed #d9d9d9", width, height, marginTop: 16 }}>
<Image src={base64} style={{ width, height, objectFit: "contain" }} />
<div style={{ border: "1px dashed #d9d9d9", width: '100%', height, marginTop: 16 }}>
<Image src={base64} style={{ width: '100%', height, objectFit: "contain" }} />
</div>
)}
<Modal