mirror of https://gitee.com/answerdev/answer.git
fix: qrcode max width 240
This commit is contained in:
parent
40ac54eb46
commit
9f2607cf35
|
@ -75,8 +75,8 @@ const Index: FC = () => {
|
|||
{qrcodeDataUrl ? (
|
||||
<>
|
||||
<img
|
||||
width={240}
|
||||
height={240}
|
||||
className="w-100"
|
||||
style={{ maxWidth: '240px' }}
|
||||
src={qrcodeDataUrl}
|
||||
alt={agentName}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue