Merge remote-tracking branch 'github/feat/1.1.2/ui' into feat/1.1.2/user-center

This commit is contained in:
LinkinStars 2023-04-27 14:40:03 +08:00
commit 9d304f0186
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}
/>