Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(one): 修复图片重复显示的问题 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyobo authored May 27, 2020
1 parent 0c1d834 commit 378a6ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax-one/src/hostComponents/Image/index.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const Image: React.FC<ImageWebProps> = props => {
style={{
...modeStyle[mode || 'scaleToFill'],
backgroundImage: `url(${src})`,
backgroundRepeat: `no-repeat`,
...style,
}}
>
Expand Down

1 comment on commit 378a6ab

@vercel
Copy link

@vercel vercel bot commented on 378a6ab May 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.