fix: qrcode max width 240

This commit is contained in:
shuai 2023-04-27 14:33:53 +08:00
parent 40ac54eb46
commit 9f2607cf35
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ const Index: FC = () => {
{qrcodeDataUrl ? (
<>
<img
width={240}
height={240}
className="w-100"
style={{ maxWidth: '240px' }}
src={qrcodeDataUrl}
alt={agentName}
/>