yangjie #39
|
|
@ -250,8 +250,8 @@ const Index: React.FC = () => {
|
||||||
}}
|
}}
|
||||||
content={
|
content={
|
||||||
<div>
|
<div>
|
||||||
<img style={{ width: '200px' }} src={`data:image/png;base64,${baseImage}`} alt="" />
|
<img style={{ width: '200px',margin:'0 auto' }} src={`data:image/png;base64,${baseImage}`} alt="" />
|
||||||
<div style={{ color: 'white', textAlign: 'center', fontSize: '14px', marginTop: '10px' }}>
|
<div style={{ color: 'white', textAlign: 'center', fontSize: '16px', marginTop: '10px' }}>
|
||||||
<span>微信中长按图片识别小程序码</span><br />
|
<span>微信中长按图片识别小程序码</span><br />
|
||||||
<span>加入会议</span>
|
<span>加入会议</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue