yangjie #39

Merged
yangqiang merged 3 commits from yangjie into master 2024-12-03 13:56:25 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 605b10e5a5 - Show all commits

View File

@ -250,8 +250,8 @@ const Index: React.FC = () => {
}}
content={
<div>
<img style={{ width: '200px' }} src={`data:image/png;base64,${baseImage}`} alt="" />
<div style={{ color: 'white', textAlign: 'center', fontSize: '14px', marginTop: '10px' }}>
<img style={{ width: '200px',margin:'0 auto' }} src={`data:image/png;base64,${baseImage}`} alt="" />
<div style={{ color: 'white', textAlign: 'center', fontSize: '16px', marginTop: '10px' }}>
<span></span><br />
<span></span>
</div>