Skip to content

Commit

Permalink
fix: update image width
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Nov 5, 2022
1 parent 4a98ed9 commit cfb1a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const LoginForm = () => {
>
<Modal.Content>
<Modal.Description>
<Image src={status.wechat_qrcode} wrapped />
<Image src={status.wechat_qrcode} fluid />
<div style={{ textAlign: 'center' }}>
<p>
微信扫码关注公众号,输入「验证码」获取验证码(三分钟内有效)
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Setting/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const Setting = () => {
>
<Modal.Content>
<Modal.Description>
<Image src={status.wechat_qrcode} wrapped />
<Image src={status.wechat_qrcode} fluid />
<div style={{ textAlign: 'center' }}>
<p>
微信扫码关注公众号,输入「验证码」获取验证码(三分钟内有效)
Expand Down

0 comments on commit cfb1a4c

Please sign in to comment.