Skip to content

Commit

Permalink
docs: image position (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-qing-hai authored Nov 21, 2023
1 parent 1b04455 commit 41722f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,12 @@ export default defineConfig({
zh: '简单好用的 React 图表库。',
en: 'Simple and easy to use React chart library.',
},
image: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*5bIcTaxarjoAAAAAAAAAAAAADmJ7AQ/original',
image:
'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*wi05Q7Za5ZIAAAAAAAAAAAAADmJ7AQ/original',
imageStyle: {
transform: 'scale(0.5)',
marginLeft: '150px',
marginTop: '-80px',
marginLeft: '80px',
magrinTop: '30px',
transform: 'scale(1.4)',
},
buttons: [
{
Expand Down

0 comments on commit 41722f2

Please sign in to comment.